Commit 8aa18860 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'patch-30' into 'master'

Explains what stage the Code Quality template job is using

Closes #33410

See merge request gitlab-org/gitlab!18117
parents e1ae4576 10c1fe0b
......@@ -66,6 +66,13 @@ will scan your source code for code quality issues. The report will be saved as
that you can later download and analyze. Due to implementation limitations we always
take the latest Code Quality artifact available.
The included `code_quality` job is running in the `test` stage, so it needs to be included in your CI config, like so:
```yaml
stages:
- test
```
TIP: **Tip:**
This information will be automatically extracted and shown right in the merge request widget.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment