diff --git a/.gitlab/ci/shared_script.gitlab-ci.yml b/.gitlab/ci/shared_script.gitlab-ci.yml index 6fc862058fdc5bbf238aba3ae88a77a8a26f139d..29cf6e7e5d46214a650c22d31c0e2e93032d0354 100644 --- a/.gitlab/ci/shared_script.gitlab-ci.yml +++ b/.gitlab/ci/shared_script.gitlab-ci.yml @@ -33,7 +33,7 @@ fi - echo "Pulling from branch:\"$BRANCH_TO_PULL\"" - > - if [[ $CI_PROJECT_NAMESPACE =~ "aidge/eclipse" ]]; then # nominal case : we are in the official project + if [[ $CI_PROJECT_NAMESPACE =~ "eclipse/aidge" ]]; then # nominal case : we are in the official project DEPENDENCY_ID=$(curl "${API_URL}/groups/${CI_PROJECT_NAMESPACE_ID}/projects?search=${DEPENDENCY_NAME}" | jq -r '.[0].id') else # case for fork echo "Retrieving build_artifacts from user' forked project."