aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2017-03-20 22:23:42 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2017-03-20 22:23:42 +0000
commit53793466a7fd35afa91d0086f757419fcd7ab1bd (patch)
tree0a87a01491f8276f3ae78a2feb07ec52ed6561ed
parentdb1cce83148fcdb51a9a8b1704ff3222d0f6c49e (diff)
Use postgres version in Jessie
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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