mirror of https://gitlab.com/litecord/litecord.git
.gitlab-ci.yml: use postgres hostname on psql
This commit is contained in:
parent
5aa1713133
commit
cd08c657b1
|
|
@ -19,7 +19,7 @@ tests:
|
||||||
script:
|
script:
|
||||||
- ls
|
- ls
|
||||||
- cp config.ci.py config.py
|
- 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 migrate
|
||||||
- pipenv run ./manage.py setup_tests
|
- pipenv run ./manage.py setup_tests
|
||||||
- tox
|
- tox
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue