diff --git a/gitlab-ci-template.yml b/gitlab-ci-template.yml index 386a823..38fab51 100644 --- a/gitlab-ci-template.yml +++ b/gitlab-ci-template.yml @@ -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