add deploy
This commit is contained in:
parent
c1b5174518
commit
239ebc1dd6
|
|
@ -28,6 +28,8 @@ buid:
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
- docker-compose -f compose-ci.yml run db up -d
|
||||||
|
- docker-compose -f compose-ci.yml run db down
|
||||||
- docker-compose -f compose-ci.yml run gm_app 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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user