aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-11-28 16:58:41 +0000
committerlain <lain@soykaf.club>2019-11-28 16:58:41 +0000
commit20564600e82dc73acac3fd2db87bea7ae36cf474 (patch)
treebdd8d573629170fa0d837de691bd1fcc4871f81f
parent98990d2d619ce4b61097b1e12179241b538cb01d (diff)
parent798aa0c3350ba24b962c54bd1b9e5a14a70a76c0 (diff)
downloadpleroma-20564600e82dc73acac3fd2db87bea7ae36cf474.tar.gz
Merge branch 'use-pg12-in-ci' into 'develop'
Use PosgreSQL v12 in the federated tests See merge request pleroma/pleroma!2022
-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: