diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 62aab6579ce0590aba391001ff09c24e5a085d85..b79e4a3357678a3baf73ad63f6bcbf415d63ff0a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,7 +48,7 @@ pytest:
     - python3 -m pip install ".[test]"
     - python3 -m pytest --color yes --verbose --cov=cal_tools --cov=xfel_calibrate --cov-report html:htmlcov --cov-report term
     - config_dir=$(mktemp -d)
-    - git clone "https://${CONFIG_REPO_DEPLOY_TOKEN}@git.xfel.eu/gitlab/detectors/calibration_configurations.git" "$config_dir"
+    - git clone "https://${CONFIG_REPO_DEPLOY_TOKEN}@git.xfel.eu/detectors/calibration_configurations.git" "$config_dir"
     - python3 -m xfel_calibrate.validate_nbs_config --config-dir "$config_dir"
   coverage: '/TOTAL.*? (\d+(?:\.\d+)?\%)$/'
   artifacts: