Update .gitlab-ci.yml

This commit is contained in:
Patrick Jentsch 2019-09-16 15:52:23 +02:00
parent 19426a4c78
commit abf6c430c3

View File

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