commit: 20564600e82dc73acac3fd2db87bea7ae36cf474
parent 98990d2d619ce4b61097b1e12179241b538cb01d
Author: lain <lain@soykaf.club>
Date: Thu, 28 Nov 2019 16:58:41 +0000
Merge branch 'use-pg12-in-ci' into 'develop'
Use PosgreSQL v12 in the federated tests
See merge request pleroma/pleroma!2022
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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: