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

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

parent 9336b689
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ This template can be used both as a [CI/CD component](https://docs.gitlab.com/ee
### Use as a CI/CD component
Add the following to your `gitlab-ci.yml`:
Add the following to your `.gitlab-ci.yml`:
```yaml
include:
......@@ -28,7 +28,7 @@ include:
### Use as a CI/CD template (legacy)
Add the following to your `gitlab-ci.yml`:
Add the following to your `.gitlab-ci.yml`:
```yaml
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