Fix test command in GitLab CI config

This commit is contained in:
Jan Tuomi
2017-03-06 00:18:05 +02:00
parent e7dac97e93
commit 6e966b07d8
+1 -1
View File
@@ -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