diff --git a/.gitlab/ci/shared_script.gitlab-ci.yml b/.gitlab/ci/shared_script.gitlab-ci.yml
index 4894ecfeab426947dab813853eccd5d41e22b21c..ca2aea2a281c23174c8283e5e1889e980c3ef1f7 100644
--- a/.gitlab/ci/shared_script.gitlab-ci.yml
+++ b/.gitlab/ci/shared_script.gitlab-ci.yml
@@ -4,7 +4,7 @@
   #  - DEPENDENCY_NAME: Name of the dependency project
   #  - DEPENDENCY_JOB: Name of the dependency job from which you want to pull artifacts
   script:
-    -BRANCH_TO_PULL="dev" # default branch
+    - BRANCH_TO_PULL="dev" # default branch
     # Check if a branch with the same name exist on the dependance repository
     - >
       if [ "$CI_MERGE_REQUEST_ID" ]; then