diff options
author | Douwe Maan <douwe@gitlab.com> | 2017-05-25 19:43:17 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2017-05-25 19:43:17 +0000 |
commit | e20eb71203aa29458d7f51a27d42a3d8208e2494 (patch) | |
tree | fad2bcde099bc2559897cbda4d6a8c79b3b825c3 /.gitlab-ci.yml | |
parent | 0a14f9bdf5c6bf69be9d8d8263c84e2bac14e24e (diff) | |
parent | eb21f93267f3d911b40cace81a4f63f857a1243a (diff) | |
download | gitlab-ce-e20eb71203aa29458d7f51a27d42a3d8208e2494.tar.gz |
Merge branch '32851-fix-postgres-9-1' into 'master'
Resolve "GitLab 9.0 to 9.2 is incompatible with PostgreSQL 9.1"
See merge request !11709
Diffstat (limited to '.gitlab-ci.yml')
-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 5ee22fa6c36..0123b9b214f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,7 @@ stages: .use-pg: &use-pg services: - - postgres:9.2 + - postgres:9.1 - redis:alpine .use-mysql: &use-mysql |