summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b47bfb598..d24050e9c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,10 +36,7 @@ benchmark:
when: manual
variables:
MIX_ENV: benchmark
- services:
- - name: postgres:9.6
- alias: postgres
- command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
+ DB_HOST: pleromaci-db1.your.org
script:
- mix deps.get
- mix ecto.create