diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bfd763ae9925657d5d5f10e0c002094536bae110..b2ad855e8283253b96003b997250dc7899fd5b36 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -127,6 +127,7 @@ test_debian:
     - apt-get install -y unzip curl docker.io
     - docker ps
     - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
+    - echo $DEPLOY_ARTIFACT_TOKEN > lol
     # 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'
     - unzip debian_artifacts.zip
@@ -137,9 +138,10 @@ test_debian:
   dependencies: [cert]
   artifacts:
     paths:
+      - lol
       - caosdb_log.txt
       - mariadb_log.txt
-    when: on_failure
+        #    when: on_failure
     expire_in: 1 week
 
 build-testenv: