diff --git a/.gitlab/ci/shared_test.gitlab-ci.yml b/.gitlab/ci/shared_test.gitlab-ci.yml index b8c73f168affac375eaa934cee5b7e5a796b3dd6..0a7c746a9eef5116bac6be0e91cc07ed3cfe5d5d 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: >