Update .gitlab-ci.yml

This commit is contained in:
Axel Olausson Holtenäs 2023-06-29 20:17:48 +00:00
parent 84b0d64772
commit d470eb2205

View file

@ -27,9 +27,12 @@ build:
docker:
stage: docker
image: docker:git
image: docker:20.10.16
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
services:
- docker:dind
- docker:20.10.16-dind
before_script:
- docker info
script: