diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 24ee7248b0b56e5997e1922d78b0284db9cbc091..6188d3e9900ecd9be935dd4606b622ae721bd57b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,7 @@ pages:
   stage: publish
   script:
     - if [ $UPSTREAM_JOB_ID ]; then TARGET=https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/jobs/$UPSTREAM_JOB_ID/artifacts/download; else TARGET=https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/jobs/artifacts/dev/download?job=pages-dev; fi
+    - echo "job-id=$UPSTREAM_JOB_ID target=$TARGET"
     - wget -O archive.zip -q $TARGET
     - unzip archive.zip
   artifacts: