From b13118d607fbd6d46f644405c1689d3f98d801b6 Mon Sep 17 00:00:00 2001
From: Sebastian Achilles <s.achilles@fz-juelich.de>
Date: Tue, 18 Apr 2023 13:52:38 +0200
Subject: [PATCH] update CI

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0a1aa5fa5..336bfc477 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -122,7 +122,7 @@ sync_repo_on_HPC:
     - 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
+    - git pull https://$GITLAB_USER:$GITLAB_TOKEN@gitlab.jsc.fz-juelich.de/software-team/easybuild.git
   rules:
     - if: '$CI_PROJECT_NAMESPACE == "software-team" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
 
-- 
GitLab