diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 862d1b839f712a37125f2bc9fb20df159f48c09a..bafd9372689cf11b2952497b20cb7411a2810c17 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 --location --output debian_artifacts.zip "https://gitlab.indiscale.com/api/v4/projects/14/jobs/$DEBIAN_PACKAGE_JOB/artifacts"'
+    - curl   --header "PRIVATE-TOKEN: $DEPLOY_ARTIFACT_TOKEN"  --location --output debian_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