Use extends instead of yml templates
Summary
Replace the yml templates by a simple rule extension using the gitlab-ci keyword extends
and hidden rules starting with a .
(dot)
This changes allows to use the rule extension also in gitlab-ci files that include the template files. This is not possible with the yml templates.
Edited by Simon Praetorius