Files
web2.0-backend/.gitlab-ci.yml
T
2017-03-06 00:18:05 +02:00

10 lines
184 B
YAML

image: python:3.5
all_tests:
script:
- sh ./scripts/autoinstall.sh
- docker-compose run web python manage.py test
when: on_success
only:
- develop