Fix test command in GitLab CI config
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ image: python:3.5
|
||||
all_tests:
|
||||
script:
|
||||
- sh ./scripts/autoinstall.sh
|
||||
- python3 manage.py test
|
||||
- docker-compose run web python manage.py test
|
||||
when: on_success
|
||||
only:
|
||||
- develop
|
||||
|
||||
Reference in New Issue
Block a user