[projects/cleanbuild] use separate image for test stage

glen glen at pld-linux.org
Tue Oct 17 22:11:08 CEST 2017


commit 339c0f233d3b256dfe61a0285d387d84c3caa849
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Tue Oct 17 21:02:13 2017 +0300

    use separate image for test stage
    
    https://gitlab.com/gitlab-org/gitlab-ce/issues/21405#note_42461233

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 857f4e1..f86461a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 variables:
-  CONTAINER_TEST_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
+  CONTAINER_TEST_IMAGE: $CI_REGISTRY_IMAGE/test:$CI_PIPELINE_SOURCE-$CI_PIPELINE_ID-$CI_COMMIT_SHA
 
 stages:
   - build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/cleanbuild.git/commitdiff/339c0f233d3b256dfe61a0285d387d84c3caa849



More information about the pld-cvs-commit mailing list