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

Update .gitlab-ci.yml file

parent c7bc3db8
No related branches found
No related tags found
2 merge requests!3Merge new master to dev,!2Uc 2
Pipeline #112992 failed
......@@ -14,13 +14,13 @@ test:
- python manage.py test
build:
image: docker:19.03.12
image: docker
stage: build
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
services:
- docker:19.03.12-dind
- docker:18.09.7-dind
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