diff --git a/mayan/settings/testing/gitlab-ci/db_postgres.py b/mayan/settings/testing/gitlab-ci/db_postgres.py index cb9fa54457..bf0ff1d380 100644 --- a/mayan/settings/testing/gitlab-ci/db_postgres.py +++ b/mayan/settings/testing/gitlab-ci/db_postgres.py @@ -8,5 +8,6 @@ DATABASES = { 'NAME': 'mayan_edms', 'USER': 'postgres', 'PASSWORD': 'postgres', + 'HOST': 'postgres', } }