Update .gitlab-ci.yml file
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# This file is a template, and might need editing before it works on your project.
|
||||
docker-build-master:
|
||||
# Official docker image.
|
||||
image: docker:18.09.7-dind
|
||||
image: docker:latest
|
||||
services:
|
||||
- docker:18.09.7-dind
|
||||
- docker:latest
|
||||
|
||||
variables:
|
||||
DOCKER_HOST: tcp://localhost:2375
|
||||
|
||||
Reference in New Issue
Block a user