@@ -69,7 +69,7 @@ Our templates are **versioned** (compliant with [Semantic Versioning](https://se
Each template comes with a predefined configuration (whenever possible), but is always overridable:
* with [inputs](https://docs.gitlab.com/ci/components/#use-a-component) if using the [`include:component`](https://docs.gitlab.com/ci/yaml/#includecomponent) technique,
* or with [variables](https://docs.gitlab.com/ci/variables/) if using `include:project`](https://docs.gitlab.com/ci/yaml/#includeproject) or [`include:remote`](https://docs.gitlab.com/ci/yaml/#includeremote).
* or with [variables](https://docs.gitlab.com/ci/variables/) if using [`include:project`](https://docs.gitlab.com/ci/yaml/#includeproject) or [`include:remote`](https://docs.gitlab.com/ci/yaml/#includeremote).
Some template features are also enabled by defining the right variable(s).