diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13682a1..b593bee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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