Update .gitlab-ci.yml file

This commit is contained in:
2021-03-03 01:12:58 +00:00
parent 9913d0bcb3
commit 4674578d88

View File

@@ -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