Commit 0eb6cbbe authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

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

parent 4d15f41a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ or using the legacy [`include:project`](https://docs.gitlab.com/ee/ci/yaml/index

### Use as a CI/CD component

Add the following to your `gitlab-ci.yml`:
Add the following to your `.gitlab-ci.yml`:

```yaml
include:
@@ -27,7 +27,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: