Failed to load codeclimate report
Description of the problem
In MR, it shows the following message: Failed to load codeclimate report: Base pipeline codequality artifact not found
Which Group/Project (with full path) is experiencing the issue?
https://gitlab.com/kas-factory/importer/backend/
Approximate date/time when the error occurred.
Never worked
Describe what you were doing right before the issue occurred.
I have the following .gitlab-ci.yml:
include:
- template: Code-Quality.gitlab-ci.yml
code_quality:
artifacts:
paths: [gl-code-quality-report.json]
stages:
- test
When pushing in a MR branch, the task runs ok but no report is shown in MR.
In MR, it shows the following message: Failed to load codeclimate report: Base pipeline codequality artifact not found.
The job runs great, and even the artifact can be downloaded without problems.
