Skip to content
Snippets Groups Projects
Commit 960de01c authored by Brice Copy's avatar Brice Copy
Browse files

Update .gitlab-ci.yml

parent c106f42c
No related branches found
No related tags found
No related merge requests found
Pipeline #1112354 canceled
......@@ -43,7 +43,7 @@ package eyodf image with dind:
stage: build
tags:
- docker-privileged
image: mvn-dind:baseline
image: $CI_REGISTRY_IMAGE:baseline
services:
- docker:19.03.0-dind
variables:
......@@ -59,7 +59,7 @@ deploy eyodf image with dind:
stage: deploy
tags:
- docker-privileged
image: mvn-dind:baseline
image: $CI_REGISTRY_IMAGE:baseline
services:
- docker:19.03.0-dind
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment