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

Update .gitlab-ci.yml file

parent 4a19a62b
No related branches found
No related tags found
2 merge requests!3Merge new master to dev,!2Uc 2
Pipeline #112996 failed
image: python:3
stages: stages:
- test - test
- build - build
...@@ -14,7 +12,7 @@ test: ...@@ -14,7 +12,7 @@ test:
- python manage.py test - python manage.py test
build: build:
image: docker image: docker:19.03.12
stage: build stage: build
variables: variables:
DOCKER_HOST: tcp://docker:2375/ DOCKER_HOST: tcp://docker:2375/
......
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