diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96691bba6..db55489e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -106,6 +106,7 @@ setup:containers:frontend:wait: - setup:dynamic before_script: *container-before script: + - apt-get -y install curl - > while ! curl --request GET --header "PRIVATE-TOKEN:${REGISTRY_AUTH_TOKEN}" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/registry/repositories?tags=true" | grep \""${REGISTRY_DESTINATION}"\" ; do echo "Waiting for container ${IMAGE_TAG} to appear in the container registry..."