diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1c3daffcc8951dae57ca5628807550e8cb66a4ac..0a1aa5fa5219e6c1234e75531186baebe40e0a62 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -117,11 +117,11 @@ sync_repo_on_HPC:
   stage: deploy
   tags:
     - jacamar
-    - juwels
     - shell
   script:
     - cd /p/fastdata/zam/swmanage/EasyBuild/2023
     - hostname
+    - echo 'Runung as '+$USERNAME
     - git pull https://project_2497_bot1:$GITLAB_TOKEN@gitlab.jsc.fz-juelich.de/software-team/easybuild.git
   rules:
     - if: '$CI_PROJECT_NAMESPACE == "software-team" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
@@ -155,7 +155,7 @@ push_public_mirror:
   stage: deploy
   tags:
     - jacamar
-    - juwels
+    - juwels_booster
     - shell
   needs: ['sync_repo_on_HPC']
   script:
@@ -175,7 +175,6 @@ pull_public_mirror:
   stage: deploy
   tags:
     - jacamar
-    - juwels
     - shell
   script:
     - hostname