Update .gitlab-ci.yml file

This commit is contained in:
Axel Olausson Holtenäs 2023-09-28 18:10:29 +00:00
parent f989b6eb34
commit 00d2eebf51

View file

@ -29,7 +29,7 @@ docker:
stage: docker stage: docker
image: docker:20.10.16 image: docker:20.10.16
variables: variables:
DOCKER_HOST: tcp://docker:2375 # DOCKER_HOST: tcp://dind:2375
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
services: services:
- docker:20.10.16-dind - docker:20.10.16-dind