summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2022-07-20 17:49:56 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2022-07-20 17:49:56 +0200
commit65a5c713e951e3e2da9557b64d5459703cd3a914 (patch)
tree61ebac783340db868cd696ec2425379512d9f862 /.gitlab-ci.yml
parent3193f18cf35061188ead97bc0dc0a4e3a4986fa2 (diff)
CI: Remove cache on cycles
cycles uses a different system than the rest of the testing_cache, creating errors like libcrypto.so.1 being missing
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d7a38e07e..0e7f4926a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -167,7 +167,7 @@ cycles:
stage: test
only:
changes: *build_changes_policy
- cache: *testing_cache_policy
+ cache: {}
before_script: *current_bfr_script
script:
- mix compile