From 8b2a76502fd96373e4757900141eda86893a750e Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sun, 14 Jan 2018 00:39:48 +0100 Subject: [PATCH] debug Signed-off-by: Thomas Citharel --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2e539945..07162d4f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: elixir:1.4 services: - - postgres:latest + - mdillon/postgis:9.6 variables: MIX_ENV: "test"