From fea4c61c2b33e38e78a4cd5a43503a1618c1b32f Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 14 Aug 2018 17:20:52 +0200 Subject: [PATCH] Fixed gitlab-ci --- config/database.yml.gitlab | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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