Commit 56d0b671 authored by De Boissieu Florian's avatar De Boissieu Florian
Browse files

Update .gitlab-ci.yml

parent fc09a5f0
No related merge requests found
Pipeline #14437 passed with stage
in 2 minutes and 45 seconds
Showing with 7 additions and 4 deletions
+7 -4
......@@ -2,9 +2,15 @@
tags:
- dind
image: docker:19.03.12
services:
- docker:19.03.12-dind
before_script:
- docker info
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
stages:
......@@ -14,8 +20,5 @@ base-otb:
extends:
- .shared_dind_runners
stage: moringa-docker
image: docker:19.03.8
services:
- docker:19.03.8-dind
script:
- docker build -t moringa .
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment