Files
web2.0-backend/.gitlab-ci.yml
T
2017-03-03 12:52:04 +02:00

10 lines
162 B
YAML

image: python:3.5
all_tests:
script:
- sh ./scripts/autoinstall.sh
- python3 manage.py test
when: on_success
only:
- develop