summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-01-21 04:29:13 +0000
committerMark Felder <feld@feld.me>2024-01-21 04:29:13 +0000
commitbadd7654fdbd7003631e8f1b17635076d0f9e069 (patch)
tree98df579221f608255ddff093de5f2de18cf60996 /.gitlab-ci.yml
parent518ddd458c1c111decf55d3ed7d00e4d3d6f65cd (diff)
downloadpleroma-badd7654fdbd7003631e8f1b17635076d0f9e069.tar.gz
pleroma-badd7654fdbd7003631e8f1b17635076d0f9e069.zip
Fix testing cache policy
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b6880a34c..d5cbc037d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -150,6 +150,8 @@ unit-testing-1.15.7-otp-25:
image: git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.15-otp25
allow_failure: true
cache: *testing_cache_policy
+ <<: *global_cache_policy
+ policy: pull
services: *testing_services
script: *testing_script