multiple anchors per job

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

In bitbucket pipelines it's possible to use multiple anchors per pipeline but looks hacky to do with gitlab

  branches:
    development:
      - step: *run-tests
      - step: *deploy

Would be nice that we can have something like this as well:

deploy_production:
  <<: *run-tests
  <<: *deploy
  only:
  - master
Edited by 🤖 GitLab Bot 🤖