Commit 4ebbfb9f authored by Stan Hu's avatar Stan Hu

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
parents f7bba29c a0d7fc8d
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment