CI: Move build_docker to build stage

This commit is contained in:
2021-01-23 22:56:10 +01:00
parent 4a9131c39d
commit c87e74ea1d

View File

@ -2,6 +2,7 @@ image: openjdk:8-alpine
stages:
- test
- build
cache:
key: ${CI_COMMIT_REF_SLUG}
@ -26,7 +27,7 @@ test:
# Make sure we can build a docker image
# It's cached for later jobs
build_docker:
stage: test
stage: build
image: docker:19.03.12
services:
- docker:19.03.12-dind