Skip to content
Snippets Groups Projects
Commit 4a19a62b authored by Vegard Murvold Sporstøl's avatar Vegard Murvold Sporstøl
Browse files

Update .gitlab-ci.yml file

parent ced60433
No related branches found
No related tags found
2 merge requests!3Merge new master to dev,!2Uc 2
Pipeline #112995 failed
......@@ -17,10 +17,13 @@ build:
image: docker
stage: build
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
services:
- docker:18.09.7-dind
- name: docker:dind
entrypoint: ["env", "-u", "DOCKER_HOST"]
command: ["dockerd-entrypoint.sh"]
script:
- docker build -t secfit-group15 .
- docker run secfit-group15 /script/to/run/tests
......
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