From 2027d7052341840b30e91cc9a771976c22f0f5eb Mon Sep 17 00:00:00 2001 From: Dmitriy Safronov Date: Mon, 26 Apr 2021 20:06:04 +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 3795a15..645da02 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ stages: #### TEST SECTION test: - extends: .common + extends: .common_docker services: - ${CI_REGISTRY_IMAGE}:temp-${CI_COMMIT_SHORT_SHA} stage: test -- GitLab