From 531d6ad8d5581955a06f2bfd3e8a084c74d1d0b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me>
Date: Wed, 20 Mar 2024 16:40:01 +0100
Subject: [PATCH] fix: yaml

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

diff --git a/.gitlab/ci/build.gitlab-ci.yml b/.gitlab/ci/build.gitlab-ci.yml
index 15fde5d1..cc625471 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
-- 
GitLab