From 654c98684dc423e705d57be3b2755c9e8024edf2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 9 Nov 2022 15:42:49 +0100 Subject: Update gitlab CI --- example_project/local_settings.py.gitlab-ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project') diff --git a/example_project/local_settings.py.gitlab-ci b/example_project/local_settings.py.gitlab-ci index b8f40b8bb..bc842f004 100644 --- a/example_project/local_settings.py.gitlab-ci +++ b/example_project/local_settings.py.gitlab-ci @@ -4,7 +4,7 @@ DATABASES = { 'NAME': 'gis', 'USER': 'gis', 'PASSWORD': 'gis', - 'HOST': 'mdillon-postgis', + 'HOST': 'postgis-postgis', 'PORT': '5432', } } -- cgit v1.2.3