From 46f90f5b38b9a7798b9118cac8d3fb23eaf7620f 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:22:38 +0100
Subject: [PATCH] chore : moved jq install upper

---
 .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 78b66bbf..5703d029 100644
--- a/.gitlab/ci/build.gitlab-ci.yml
+++ b/.gitlab/ci/build.gitlab-ci.yml
@@ -12,6 +12,7 @@ build:ubuntu_cpp:
     - DEPENDENCY_NAME="aidge_core"
     - DEPENDENCY_JOB="build:ubuntu_cpp"
     # - !reference [.download_dependency, script]
+    - apt-get install -y jq
     - set -x
     - BRANCH_TO_PULL="dev" # default branch
     # Check if a branch with the same name exist on the dependance repository
@@ -32,7 +33,6 @@ build:ubuntu_cpp:
           echo "Pull from branch name"
           BRANCH_TO_PULL=${CI_COMMIT_REF_NAME}
       fi
-    - apt-get install -y jq
     # Check group namespace is valid, if not DEPENDENCY_ID=6437 (aidge group ID)
     - >
       # nominal case : we are in the official project
-- 
GitLab