From ed89f1f60a5401e1a2434559a22eadff2842df47 Mon Sep 17 00:00:00 2001 From: Dmitriy Safronov Date: Tue, 4 May 2021 22:30:46 +0300 Subject: [PATCH] fix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 645da02..5492624 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" -- GitLab