From: Egor Kislitsyn Date: Thu, 28 Nov 2019 16:08:13 +0000 (+0700) Subject: Use PosgreSQL v12 in the federated tests X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=798aa0c3350ba24b962c54bd1b9e5a14a70a76c0;p=akkoma Use PosgreSQL v12 in the federated tests --- 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: