Skip to content
Snippets Groups Projects
Commit 54e73646 authored by Sigurd Røstad Augdal's avatar Sigurd Røstad Augdal
Browse files

Update .gitlab-ci.yml to possibly fix bug with frontendtesting.

parent f914fd34
No related branches found
No related tags found
No related merge requests found
Pipeline #129906 failed
......@@ -18,6 +18,8 @@ build-job:
- apt-get update -qy
- pip3 install -r requirements.txt
- python manage.py migrate
- python manage.py loaddata seed.json
test-backend:
stage: test
......
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