From 229eb474859ae88f12748a946ed82036118e85f0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me>
Date: Wed, 20 Mar 2024 17:13:37 +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 831ed2da..ce4570a2 100644
--- a/.gitlab/ci/build.gitlab-ci.yml
+++ b/.gitlab/ci/build.gitlab-ci.yml
@@ -31,7 +31,7 @@ build:ubuntu_cpp:
           BRANCH_TO_PULL=$CI_COMMIT_REF_NAME
       fi
     - set +x
-    - echo "Pulling from branch: $BRANCH_TO_PULL"
+    - echo "Pulling 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