# Auto-DevOps

Begin your `.gitlab-ci.yml` with...

```yaml
---

include:
  - project: 'gitlab/auto-devops'
    file: 'Auto-DevOps.gitlab-ci.yml'
    ref: main
...
```

...where `project: 'gitlab/auto-devops'` contains absolute path to this repository from the root of your gitlab instance without leading slash.