diff options
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 |
commit | a58a5b80ec494d87149db796d07098f46d3ab183 (patch) | |
tree | eb5186fc9278cc5cf2bbb729e136b5c047de0980 /.gitlab-ci.yml | |
parent | 59b93472131547129cc72d24c2d4d05668ec840f (diff) | |
download | Chimère-a58a5b80ec494d87149db796d07098f46d3ab183.tar.bz2 Chimère-a58a5b80ec494d87149db796d07098f46d3ab183.zip |
CI: change postgis image
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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" |