diff --git a/.gitlab/ci/build.gitlab-ci.yml b/.gitlab/ci/build.gitlab-ci.yml
index 15fde5d1e14875029add83c5d151b67b4df0f007..cc62547154b058cd411b5bfc6f4a366ddd74b8b1 100644
--- a/.gitlab/ci/build.gitlab-ci.yml
+++ b/.gitlab/ci/build.gitlab-ci.yml
@@ -30,7 +30,7 @@ build:ubuntu_cpp:
           # Pulling from branch with same name
           BRANCH_TO_PULL=${CI_COMMIT_REF_NAME}
       fi
-    - echo "Pull from branch : ${BRANCH_TO_PULL}"
+      echo "Pull from branch : ${BRANCH_TO_PULL}"
     # Check group namespace is valid, if it is then we are in the official project(aidge group id=6437), otherwise we pull from the fork 
     - >
       set -x