Upgrade to Elixir 1.9
[akkoma] / .gitlab-ci.yml
index 6785c05f986bf9d9deb6bdc34db37fda3fc04f00..bc7b289a253bcaed86d8a212f340836d6f7d8ec5 100644 (file)
@@ -1,4 +1,4 @@
-image: elixir:1.8.1
+image: elixir:1.9.4
 
 variables: &global_variables
   POSTGRES_DB: pleroma_test
@@ -48,6 +48,7 @@ benchmark:
 
 unit-testing:
   stage: test
+  retry: 2
   cache: &testing_cache_policy
     <<: *global_cache_policy
     policy: pull
@@ -80,6 +81,7 @@ unit-testing:
 
 unit-testing-rum:
   stage: test
+  retry: 2
   cache: *testing_cache_policy
   services:
   - name: minibikini/postgres-with-rum:12
@@ -296,7 +298,6 @@ docker:
     - dind
   only:
     - develop@pleroma/pleroma
-    - /^ops/.*$/@jp/pleroma
 
 docker-stable:
   stage: docker