From a7d4bf4162f6c0f5eb05b119549925be9979dfff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 26 Oct 2015 22:29:22 +0100 Subject: [PATCH] fix database host for test with gitlab-ci --- 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 df4c11b68..c4e63ef76 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: postgres + database_host: chill__database database_port: 5432 database_name: postgres database_user: postgres