diff --git a/config/database.yml.gitlab b/config/database.yml.gitlab index c8eab40..04e4e35 100644 --- a/config/database.yml.gitlab +++ b/config/database.yml.gitlab @@ -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