X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitlab-ci.yml;h=e596aa0ec29c94c13080a8dfbda6e6498c43abdc;hb=0e23138b50f1fdd9ea78df31eec1b3caac905e2c;hp=1b7c03ebb9e235cfc9470ac42d69df93c8028973;hpb=dfd2c741849e9afaf35e3ddbecbb50feb47f5d22;p=akkoma diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b7c03ebb..e596aa0ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,8 @@ variables: &global_variables POSTGRES_PASSWORD: postgres DB_HOST: postgres MIX_ENV: test + SHELL: /bin/sh + USER: root cache: &global_cache_policy key: ${CI_COMMIT_REF_SLUG} @@ -48,6 +50,7 @@ benchmark: unit-testing: stage: test + retry: 2 cache: &testing_cache_policy <<: *global_cache_policy policy: pull @@ -80,6 +83,7 @@ unit-testing: unit-testing-rum: stage: test + retry: 2 cache: *testing_cache_policy services: - name: minibikini/postgres-with-rum:12