summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-05-06 14:20:52 +0000
committerStan Hu <stanhu@gmail.com>2019-05-06 14:20:52 +0000
commit4ebbfb9f1e95091a7753a10e12d989d72f4332f8 (patch)
tree2c629409fe08b2fc7e226f7783cd6b3bac548668
parentf7bba29cb573e74b56aba7882048aac7de0d6868 (diff)
parenta0d7fc8d50a4f4c7f79081c1b2e250c3617aa930 (diff)
downloadgitlab-ce-4ebbfb9f1e95091a7753a10e12d989d72f4332f8.tar.gz
Merge branch '61431-move-build-qa-image-to-test-stage' into 'master'
Move the build-qa-image to the test stage See merge request gitlab-org/gitlab-ce!28122
-rw-r--r--.gitlab/ci/review.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/review.gitlab-ci.yml b/.gitlab/ci/review.gitlab-ci.yml
index f5b131cf6b2..ae16549ef6b 100644
--- a/.gitlab/ci/review.gitlab-ci.yml
+++ b/.gitlab/ci/review.gitlab-ci.yml
@@ -47,7 +47,7 @@
build-qa-image:
<<: *review-docker
- stage: prepare
+ stage: test
script:
- time docker build --cache-from ${LATEST_QA_IMAGE} --tag ${QA_IMAGE} ./qa/
- echo "${CI_JOB_TOKEN}" | docker login --username gitlab-ci-token --password-stdin ${CI_REGISTRY}