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

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

parent aa23598f
Branches
Tags
No related merge requests found
...@@ -11,7 +11,7 @@ This template can be used both as a [CI/CD component](https://docs.gitlab.com/ee ...@@ -11,7 +11,7 @@ This template can be used both as a [CI/CD component](https://docs.gitlab.com/ee
### 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:
...@@ -24,7 +24,7 @@ include: ...@@ -24,7 +24,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.
Please register or to comment