Redirect to the next pipeline stage on success
<!--IssueSummary start-->
<details>
<summary>
Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards.
</summary>
- [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=24424)
</details>
<!--IssueSummary end-->
### Problem to solve
Given a pipeline with at least 2 stages
When the first stage ends on success
Then I should be redirected to the next stage
So that I can see the entire pipeline run without touching anything
### Further details
This could be an option, with a checkbox.
In the case the next stage has multiples builds, a dropdown list could allow the user to select which will be the place where he wants to be redirected, and this should be saved for the next runs, with the first item pre-selected.
### Proposal
### What does success look like, and how can we measure that?
On pipeline success, the user should be redirected when the option is enabled.
issue