diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 22:23:42 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 22:23:42 +0000 |
commit | 53793466a7fd35afa91d0086f757419fcd7ab1bd (patch) | |
tree | 0a87a01491f8276f3ae78a2feb07ec52ed6561ed | |
parent | db1cce83148fcdb51a9a8b1704ff3222d0f6c49e (diff) |
Use postgres version in Jessie
-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 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 |