From ce5d09e79dc77d8a598d0d8b6a116d98e66d4999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 16 Oct 2015 23:47:36 +0200 Subject: [PATCH] try another host --- Tests/Fixtures/App/config/parameters.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Fixtures/App/config/parameters.gitlab-ci.yml b/Tests/Fixtures/App/config/parameters.gitlab-ci.yml index 232b67894..df4c11b68 100644 --- a/Tests/Fixtures/App/config/parameters.gitlab-ci.yml +++ b/Tests/Fixtures/App/config/parameters.gitlab-ci.yml @@ -1,5 +1,5 @@ parameters: - database_host: 127.0.0.1 + database_host: postgres database_port: 5432 database_name: postgres database_user: postgres