Update .gitlab-ci.yml file

This commit is contained in:
2021-03-03 02:08:10 +00:00
parent 2ae6ccabb9
commit 44ff9a7c9a

View File

@@ -8,9 +8,9 @@ before_script:
build: build:
stage: build stage: build
image: docker:18.09.7-dind image: docker:latest
services: services:
- docker:18.09.7-dind - docker:latest
variables: variables:
DOCKER_DRIVER: overlay DOCKER_DRIVER: overlay
DOCKER_HOST: tcp://localhost:2375/ DOCKER_HOST: tcp://localhost:2375/