diff options
| -rw-r--r-- | .gitlab-ci.yml | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66fa806f8..88789035d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,6 +31,7 @@ build:  benchmark:    stage: benchmark +  when: manual    variables:      MIX_ENV: benchmark    services: @@ -58,7 +59,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:  | 
