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