fix image for check

This commit is contained in:
Wolfgang Hottgenroth 2020-09-25 13:36:44 +02:00
parent 590ff6ff7a
commit 6b09cad321
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

View File

@ -1,5 +1,3 @@
image: registry.hottis.de/dockerized/docker-bash:latest
stages:
- check
- build
@ -9,6 +7,7 @@ variables:
HUB_IMAGE_NAME: $DOCKER_HUB_LOGIN/$CI_PROJECT_NAME
check:
image: registry.hottis.de/dockerized/base-build-env:latest
stage: check
tags:
- hottis
@ -23,6 +22,7 @@ check:
--messageToValidate ${CI_COMMIT_MESSAGE}
build:
image: registry.hottis.de/dockerized/docker-bash:latest
stage: build
tags:
- hottis