Skip to content

Commit baaba23

Browse files
committed
Merge branch 'docs-add-gitlabci-file' into 'master'
Add description how to set custom CI file See merge request gitlab-org/gitlab-ce!31445
2 parents 881052b + fd2862f commit baaba23

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/user/project/pipelines/settings.md

+7
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ Here are some valid examples:
7676
- `my/path/.gitlab-ci.yml`
7777
- `my/path/.my-custom-file.yml`
7878

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+
7986
## Test coverage parsing
8087

8188
If you use test coverage in your code, GitLab can capture its output in the

0 commit comments

Comments
 (0)