summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 16:35:07 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 16:35:07 +0200
commita9d23a7ab5b8a9f9d6cde072c583293f822235fd (patch)
tree4150c7d2fa77a25ddacf153c4d6ec5b07583f713 /.gitlab-ci.yml
parented407a3c96bc50e16e17e1223ccd24c450e7fd95 (diff)
downloadIshtar-a9d23a7ab5b8a9f9d6cde072c583293f822235fd.tar.bz2
Ishtar-a9d23a7ab5b8a9f9d6cde072c583293f822235fd.zip
CI: try another postgis image
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f282410ed..d5e153ab4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ variables:
POSTGRES_PASSWORD: "ishtar"
services:
- - mdillon/postgis:9.1
+ - kartoza/postgis:9.1-1.5
master:
script: "make test_gitlab"