From b852c5e0059bdcb8359eeeabc58986f3eb4fd2e7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 5 Aug 2016 12:41:43 +0200 Subject: CI: replace postgres with postgis dock --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23d78e4..e44c932 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ variables: POSTGRES_PASSWORD: "chimere" services: - - postgres:9.1 + - mdillon/postgis:9.1 master: script: "make test_gitlab" -- cgit v1.2.3