Fixed gitlab-ci
This commit is contained in:
parent
c76f6b497c
commit
fea4c61c2b
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue