We have a code_quality job in our test stage which since about a day ago, has started failing with
can't open 'lib/gitlab/ci/templates/utils/env.sh': No such file or directory
Sample failed job:
This is on shared runners on gitlab.com .
We simply include the Code Quality job via
include:
- template: Code-Quality.gitlab-ci.yml
code_quality:
rules:
- when: on_success
artifacts:
paths: [gl-code-quality-report.json]
We have tried restarting affected jobs, and also created a new trivial Merge Request to check if the issue is reproducible with new MRs (it is).
Can you recommend further actions to solve this?
Thanks.