summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-11-18 17:29:07 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-11-18 17:29:07 +0100
commita58a5b80ec494d87149db796d07098f46d3ab183 (patch)
treeeb5186fc9278cc5cf2bbb729e136b5c047de0980 /.gitlab-ci.yml
parent59b93472131547129cc72d24c2d4d05668ec840f (diff)
downloadChimère-a58a5b80ec494d87149db796d07098f46d3ab183.tar.bz2
Chimère-a58a5b80ec494d87149db796d07098f46d3ab183.zip
CI: change 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 d9bfde9..7e59a81 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ variables:
POSTGRES_PASSWORD: "gis"
services:
- - postgres:9.4
+ - mdillon/postgis
master:
script: "make test_gitlab"