Why does the cache in a GitLab pipeline not work only for a specific pipeline?
I want to use cache in a GitLab pipeline within only a specific pipeline, so other pipelines do not access it. I have written the example below to demonstrate what I mean. In this example, I want to see two files, dist/build and dist/test
, in the result job, but I can’t.