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