According to GitLab's CI documentation about !reference tag, it says:
Use the !reference custom YAML tag to select keyword configuration from other job sections and reuse it in the current section. Unlike YAML anchors, you can use !reference tags to reuse configuration from included configuration files as well.
Can we use the !reference tag to reuse rules
or any other allowed keyword?