Skip to content
Snippets Groups Projects
Commit 89d748b0 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: add missing leading dot when referencing the .gitlab-ci.yml file

parent f53175b5
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ or using the legacy [`include:project`](https://docs.gitlab.com/ee/ci/yaml/index ...@@ -9,7 +9,7 @@ or using the legacy [`include:project`](https://docs.gitlab.com/ee/ci/yaml/index
### Use as a CI/CD component ### Use as a CI/CD component
Add the following to your `gitlab-ci.yml`: Add the following to your `.gitlab-ci.yml`:
```yaml ```yaml
include: include:
...@@ -23,7 +23,7 @@ include: ...@@ -23,7 +23,7 @@ include:
### Use as a CI/CD template (legacy) ### Use as a CI/CD template (legacy)
Add the following to your `gitlab-ci.yml`: Add the following to your `.gitlab-ci.yml`:
```yaml ```yaml
include: include:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment