From 53793466a7fd35afa91d0086f757419fcd7ab1bd Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Mon, 20 Mar 2017 22:23:42 +0000 Subject: Use postgres version in Jessie --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69e37bc..4f6ce09 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ test:jessie: &test image: $CI_REGISTRY/docker-images/layers:$DISTRO-ruby stage: test services: - - postgres:latest + - postgres:9.4 variables: POSTGRES_DB: mauve POSTGRES_USER: mauveuser -- cgit v1.2.1