Skip to content
Snippets Groups Projects
Commit c157d5b3 authored by Håvard Farestveit's avatar Håvard Farestveit
Browse files

Updated gitlab-ci

parent b4b2dd8f
Branches
No related tags found
No related merge requests found
Pipeline #109424 failed
...@@ -13,8 +13,7 @@ test-backend: ...@@ -13,8 +13,7 @@ test-backend:
script: script:
# this configures Django application to use attached postgres database that is run on `postgres` host # this configures Django application to use attached postgres database that is run on `postgres` host
- cd backend/secfit - cd backend/secfit
- apt-get update -qy - apk add python python-dev python pip
- apt-get install -y python-dev python-pip
- pip install -r requirements.txt - pip install -r requirements.txt
- python manage.py test - python manage.py test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment