From a2148395f6723b4995a000972952d96e5c935a1b Mon Sep 17 00:00:00 2001
From: cmoineau <cyril.moineau@cea.fr>
Date: Wed, 31 Jan 2024 13:33:10 +0000
Subject: [PATCH] update var name

---
 .gitlab/ci/shared_test.gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab/ci/shared_test.gitlab-ci.yml b/.gitlab/ci/shared_test.gitlab-ci.yml
index b8c73f1..0a7c746 100644
--- a/.gitlab/ci/shared_test.gitlab-ci.yml
+++ b/.gitlab/ci/shared_test.gitlab-ci.yml
@@ -19,8 +19,7 @@ shared_job:
         curl --location --output build_artifacts.zip "https://gitlab.eclipse.org/api/v4/projects/$PROJECT_ID/jobs/artifacts/main/download?job=build:ubuntu_cpp"
       else
         echo "pull from ${CURRENT_BRANCH}"
-        curl --location --output build_artifacts.zip "https://gitlab.eclipse.org/api/v4/
-        projects/$PROJECT_ID/jobs/artifacts/$CURRENT_BRANCH/download?job=$JOB"
+        curl --location --output build_artifacts.zip "https://gitlab.eclipse.org/api/v4/projects/$PROJECT_ID/jobs/artifacts/$CURRENT_BRANCH/download?job=$JOB"
       fi
 # variables:
 #   MY_CUSTOM_FUNCTION: >
-- 
GitLab