I want to (git) tag a state of the branch with successfully finishing a CI/CD pipleine
E.g.
- compile
- test
- package
- deploy
if all this stages worked well, I would like to have a tag
/branchName/stableDeploy/
How can this be done with gitlab-CE?
Of course I could do the opposite, means first tag and afterwards build, but on many commits, I would like to be able to cherry-pick only that tags, which successfully processed the pipeline.