Skip to content
Snippets Groups Projects
Commit c2104ed0 authored by leogueffier's avatar leogueffier
Browse files

Update .gitlab-ci.yml

parent f463c461
No related branches found
No related tags found
No related merge requests found
Pipeline #24957 failed
......@@ -3,6 +3,10 @@ default:
services:
- docker:dind
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
stages:
- build
- test
......@@ -10,7 +14,6 @@ stages:
build:
stage: build
script:
- docker run -d --privileged -v /var/run/docker.sock:/var/run/docker.sock super-cont
- docker info
- docker build -t back .
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment