diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0c15088b72ce88bad6e265eb0964f851cdbb95d7..6f4f7e0b725d92b34f5322dc1a08616b582c92c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -126,7 +126,7 @@ test_debian:
     - apt-get update
     - apt-get install -y unzip curl
     # get debian image
-    - curl --header "PRIVATE-TOKEN: $DEPLOY_ARTIFACT_TOKEN" --location --output debain_artifacts.zip https://gitlab.indiscale.com/api/v4/projects/14/jobs/$DEBIAN_PACKAGE_JOB/artifacts
+    - 'curl --header "PRIVATE-TOKEN: $DEPLOY_ARTIFACT_TOKEN" --location --output debain_artifacts.zip https://gitlab.indiscale.com/api/v4/projects/14/jobs/$DEBIAN_PACKAGE_JOB/artifacts'
     - unzip debian_artifacts.zip
     - dpkg -i debian/linkahead/linkahead_*.deb  
     - apt-get install -f