diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 645da0283b56365eb6b237c1129954b5b5016720..5492624a8252bb677d8e5cccb3133c2eb0a86ce3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ stages: test: extends: .common_docker services: - - ${CI_REGISTRY_IMAGE}:temp-${CI_COMMIT_SHORT_SHA} + - ${CI_REGISTRY_IMAGE}:${CUSTOM_IMAGEPREFIX}-${CI_COMMIT_SHORT_SHA} stage: test variables: GIT_STRATEGY: "none"