summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml1
-rw-r--r--example_project/local_settings.py.gitlab-ci2
2 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87856de9b..e3958c965 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,6 @@ before_script:
- apt-get install -q -y python-pip libpq-dev python-dev libjpeg-dev zlib1g-dev libxml2-dev libxslt1-dev libgeos-dev tidy
- pip install -q -r requirements.txt
- cp Makefile.example Makefile
- - cat /etc/hosts
- cp example_project/local_settings.py.gitlab-ci example_project/local_settings.py
variables:
diff --git a/example_project/local_settings.py.gitlab-ci b/example_project/local_settings.py.gitlab-ci
index 4a8d4fb29..69744da43 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': 'iggdrasil-postgis',
+ 'HOST': 'iggdrasil-postgis-1.5',
'PORT': '5432',
}
}