====== yaml ====== There is option to see full generated Yaml in Gitlab's pipeline editor, ===== merging / inheritance ===== [[https://docs.gitlab.com/ee/ci/yaml/yaml_optimization.html|Optimize your YAML files]] Jobs "inheritance": * YAML anchors * ''extends'' * values are not merged, so if ''script:'' key is defined it will replace ''script:'' from previous job * [[https://docs.gitlab.com/ee/ci/yaml/yaml_optimization.html#reference-tags|!reference tags]] [[https://stackoverflow.com/questions/67009007/how-to-merge-rules-on-a-gitlab-ci-job|How to merge rules on a GitLab CI Job]]