Update .gitlab-ci.yml

This commit is contained in:
Patrick Jentsch 2019-09-16 15:58:42 +02:00
parent ba838eaf1f
commit 373c7ed4d9

View File

@ -1,7 +1,10 @@
image: docker:latest
image: docker:stable
services:
- docker:dind
- docker:stable-dind
variables:
DOCKER_DRIVER: overlay2
stages:
- build