Use PosgreSQL v12 in the federated tests
authorEgor Kislitsyn <egor@kislitsyn.com>
Thu, 28 Nov 2019 16:08:13 +0000 (23:08 +0700)
committerEgor Kislitsyn <egor@kislitsyn.com>
Thu, 28 Nov 2019 16:08:13 +0000 (23:08 +0700)
.gitlab-ci.yml

index 66fa806f86d1d6ecc62dce97973c20881d4d92a6..1a5df7f7ef05f3a7a4a830901d51555d6b6a7d41 100644 (file)
@@ -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: