add deploy

This commit is contained in:
Виктор Гладких 2019-10-23 12:14:21 +03:00
parent 4d1d16637e
commit ed551ea1ab

View File

@ -28,7 +28,7 @@ buid:
test: test:
stage: test stage: test
script: script:
- docker-compose -f compose-ci.yml run agro python manage.py test -v 3 --noinput - docker-compose -f compose-ci.yml run gm_app python manage.py test -v 3 --noinput
when: always when: always