Skip to content
Snippets Groups Projects
Commit 09672cdd authored by Éloïs's avatar Éloïs
Browse files

Update .gitlab-ci.yml

parent 62a4a055
No related branches found
No related tags found
No related merge requests found
Pipeline #6265 passed
image: docker:19.03
variables:
DOCKER_TLS_CERTDIR: "/certs"
DOCKER_DRIVER: overlay2
services:
- docker:19.03-dind
before_script:
- docker info
test_build_image:
image: docker:git
tags:
- docker
- dunitrust
services:
- docker:dind
script:
......@@ -10,9 +21,8 @@ test_build_image:
- tags
build_image:
image: docker:git
tags:
- docker
- dunitrust
services:
- docker:dind
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment