Update .gitlab-ci.yml file
This commit is contained in:
@@ -8,9 +8,9 @@ before_script:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
image: docker:latest
|
image: docker:18.09.7-dind
|
||||||
services:
|
services:
|
||||||
- docker:latest
|
- docker:18.09.7-dind
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay
|
DOCKER_DRIVER: overlay
|
||||||
DOCKER_HOST: tcp://localhost:2375/
|
DOCKER_HOST: tcp://localhost:2375/
|
||||||
|
|||||||
Reference in New Issue
Block a user