Cache not working in gitlab CI/CD #19177
Unanswered
andreileonsalas
asked this question in
CI setup
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, for some reason, looks like cache is not working as it should. I used the gitlab-ci example but looks like it does not work.
Doing some random testing, looks like cache is working only on shared gitlab runners.
Working pipeline that uses gitlab runners : https://gitlab.com/mailink/hostingcypress/-/pipelines/419872755
Not workign pipeline using gitlab runner on my computer https://gitlab.com/mailink/hostingcypress/-/pipelines/419871678
If i join both steps in one, it does work in my runner
gitlabci file: https://gitlab.com/mailink/hostingcypress/-/blob/6335f19534b91281f1bea9ccfd07276814b60e5a/.gitlab-ci.yml
i added the tag, so it runs on my runner instead of shared runner
Beta Was this translation helpful? Give feedback.
All reactions