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

trying to start backend for frontend testing

parent 0d38dba4
No related branches found
No related tags found
2 merge requests!9Boundary value testing,!8Revert "Merge branch 'master' into 'develop'"
Pipeline #116374 failed
...@@ -39,6 +39,14 @@ test-frontend: ...@@ -39,6 +39,14 @@ test-frontend:
- develop - develop
- master - master
- boundary-value-testing - boundary-value-testing
before_script:
- cd backend/secfit
- echo "Installing and running backend for frontend testing"
- apt-get update -qy
- apt-get install python3
- pip3 install -r requirements.txt
- python manage.py. migrate
- gunicorn --pythonpath 'backend/secfit' secfit.wsgi --log-file - &
script: script:
- cd frontend - cd frontend
- echo "Installing required packages" - echo "Installing required packages"
......
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