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: test:
adapter: postgresql adapter: postgresql
database: debshots_test database: debshots_test
username: debshots username: debshots
password: '' password: ''
host: localhost host: postgres
pool: 5 pool: 5
timeout: 5000 timeout: 5000