Skip to content
Snippets Groups Projects
Commit 7ad7be30 authored by Rolf Aas's avatar Rolf Aas
Browse files

using correct python version

parent b4ac55c0
No related branches found
No related tags found
2 merge requests!9Boundary value testing,!8Revert "Merge branch 'master' into 'develop'"
Pipeline #116379 failed
......@@ -45,7 +45,7 @@ test-frontend:
- apt-get update -qy
- apt-get install -qy python3-pip
- pip3 install -r requirements.txt
- python manage.py migrate
- python3 manage.py migrate
- gunicorn --pythonpath 'backend/secfit' secfit.wsgi --log-file - &
script:
- cd frontend
......
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