summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-11-28 23:08:13 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-11-28 23:08:13 +0700
commit798aa0c3350ba24b962c54bd1b9e5a14a70a76c0 (patch)
treebdd8d573629170fa0d837de691bd1fcc4871f81f /.gitlab-ci.yml
parent98990d2d619ce4b61097b1e12179241b538cb01d (diff)
Use PosgreSQL v12 in the federated tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 66fa806f8..1a5df7f7e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,7 +58,7 @@ unit-testing:
federated-testing:
stage: test
services:
- - name: lainsoykaf/postgres-with-rum
+ - name: minibikini/postgres-with-rum:12
alias: postgres
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
script: