diff --git a/mayan/settings/testing/gitlab-ci/db_mysql.py b/mayan/settings/testing/gitlab-ci/db_mysql.py index af48ee1cb5..00a9050121 100644 --- a/mayan/settings/testing/gitlab-ci/db_mysql.py +++ b/mayan/settings/testing/gitlab-ci/db_mysql.py @@ -7,7 +7,7 @@ DATABASES = { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'mayan_edms', 'USER': 'root', - 'HOST': 'localhost', + 'HOST': 'mysql', 'PORT': '3306', } }