X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitlab-ci.yml;h=eeddce69e5d079c715117137808a2fee40225e60;hb=fa191a658b373eb53ab0a44ab0529fb8635cfd74;hp=b594458955a97ab29aa191296da16e88eb6fe309;hpb=dec23500d8988c22a99f049ef1d1e49328ba075a;p=akkoma diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b59445895..eeddce69e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,8 @@ image: elixir:1.7.2 services: - - postgres:9.6.2 + - name: postgres:9.6.2 + command: ["postgres", "-c", "fsync=off"] variables: POSTGRES_DB: pleroma_test