Skip to content
Snippets Groups Projects
Commit 30ec917f authored by Sigurd's avatar Sigurd
Browse files

swapped positions

parent 2ad27682
No related branches found
No related tags found
No related merge requests found
Pipeline #164737 passed
...@@ -10,7 +10,7 @@ test: ...@@ -10,7 +10,7 @@ test:
- cd backend/secfit - cd backend/secfit
- apt-get update -qy - apt-get update -qy
- pip install -r requirements.txt - pip install -r requirements.txt
- python manage.py test workouts --testrunner django_nose.NoseTestSuiteRunner --with-coverage --cover-package workouts,users --cover-erase - python manage.py test workouts --testrunner django_nose.NoseTestSuiteRunner --with-coverage --cover-package users,workouts --cover-erase
staging: staging:
type: deploy type: deploy
......
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