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:
commit
4ebbfb9f1e
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue