Reputation: 16696
We have a pipeline with many jobs and the last job failed. I'm trying to debug the issue, but the job requires artifacts from previous jobs.
How can I run this job locally with gitlab-runner
so it has access to these artifacts?
Upvotes: 1
Views: 695
Reputation: 3356
That's not possible (yet).
See the limitations of the exec
compared to regular CI
here (artifacts -> not available).
Consider upvoting the issue to get this fixed.
Upvotes: 1