Fixed gitlab-ci

This commit is contained in:
Christoph Haas 2018-08-14 17:20:52 +02:00
parent c76f6b497c
commit fea4c61c2b

View file

@ -1,8 +1,12 @@
---
# Special configuration for automated tests via .gitlab-ci.yml
test:
adapter: postgresql
database: debshots_test
username: debshots
password: ''
host: localhost
host: postgres
pool: 5
timeout: 5000