diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-11-28 23:08:13 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-11-28 23:08:13 +0700 |
commit | 798aa0c3350ba24b962c54bd1b9e5a14a70a76c0 (patch) | |
tree | bdd8d573629170fa0d837de691bd1fcc4871f81f | |
parent | 98990d2d619ce4b61097b1e12179241b538cb01d (diff) | |
download | pleroma-798aa0c3350ba24b962c54bd1b9e5a14a70a76c0.tar.gz |
Use PosgreSQL v12 in the federated tests
-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 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: |