.gitlab-ci.yml: use postgres hostname on psql

This commit is contained in:
Luna Mendes 2018-11-13 04:28:50 -03:00
parent 5aa1713133
commit cd08c657b1
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ tests:
script:
- ls
- cp config.ci.py config.py
- psql -U postgres -f schema.sql
- psql -h postgres -U postgres -f schema.sql
- pipenv run ./manage.py migrate
- pipenv run ./manage.py setup_tests
- tox