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
This commit is contained in:
Stan Hu 2019-05-06 14:20:52 +00:00
commit 4ebbfb9f1e
1 changed files with 1 additions and 1 deletions

View File

@ -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}