diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 386a68c1ec1a62928e7c51b0a7f999a662bf8c24..0b6ca4864fd4a8122b6f9e84739ac0200fbfd6e3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,6 @@ trigger-root:
         - if [[ "$TARGET_BRANCH" == "main" ]]; then
             TARGET_BRANCH="master";
           fi
-        - 'curl --fail --request POST --form "variables[ADITO_COMMIT_MESSAGE]=$CI_COMMIT_MESSAGE" --form "token=$PUSH_TRIGGER_TOKEN" --form "ref=$CI_COMMIT_BRANCH" "https://gitlab.adito.de/api/v4/projects/676/trigger/pipeline"'
+        - 'curl --fail --request POST --form "variables[ADITO_COMMIT_MESSAGE]=$CI_COMMIT_MESSAGE" --form "token=$PUSH_TRIGGER_TOKEN" --form "ref=$TARGET_BRANCH" "https://gitlab.adito.de/api/v4/projects/676/trigger/pipeline"'
     only:
         - pushes
\ No newline at end of file