In project P we use an external "CI/CD configuration file" set to ".gitlab-ci.yml@library".
for a feature branch of P ("my_feature_p") I would like to test some changes to this file in a feature branch ".gitlab-ci.yml@library:my_feature_l" without affecting other branches.
How do I achieve that?