We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 881052b + fd2862f commit baaba23Copy full SHA for baaba23
doc/user/project/pipelines/settings.md
@@ -76,6 +76,13 @@ Here are some valid examples:
76
- `my/path/.gitlab-ci.yml`
77
- `my/path/.my-custom-file.yml`
78
79
+The path can be customized at a project level. To customize the path:
80
+
81
+1. Go to the project's **Settings > CI / CD**.
82
+1. Expand the **General pipelines** section.
83
+1. Provide a value in the **Custom CI config path** field.
84
+1. Click **Save changes**.
85
86
## Test coverage parsing
87
88
If you use test coverage in your code, GitLab can capture its output in the
0 commit comments