Update .gitlab-ci.yml

This commit is contained in:
2019-07-27 18:56:06 +00:00
parent c0e37ab965
commit 27b850f697

View File

@@ -3,7 +3,7 @@
image: docker:latest
services:
- docker:dind
- docker:18.09-dind
stages:
- build
@@ -20,6 +20,8 @@ before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
build:
services:
- docker:18.09-dind
stage: build
script:
- docker build -t $IMAGE_TAG ./Docker/