diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 6fb8a551c08b5ac14ea15f5b2be6af5beb552f1c..858639598c8bab233288fad3ec65cc1085370470 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -375,6 +375,8 @@ otherwise the external file won't be included. | [`remote`](#includeremote) | Include a file from a remote URL. Must be publicly accessible. | | [`template`](#includetemplate) | Include templates which are provided by GitLab. | +The `include` methods do not support [variable expansion](../variables/where_variables_can_be_used.md#variables-usage). + NOTE: **Note:** `.gitlab-ci.yml` configuration included by all methods is evaluated at pipeline creation. The configuration is a snapshot in time and persisted in the database. Any changes to