Commit a0d7fc8d authored by Rémy Coutable's avatar Rémy Coutable

Move the build-qa-image to the test stage

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 3f7b2ae4
......@@ -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