Show what yml was executed for a pipeline
Problem
Pipelines are complicated, especially in mono-repos where many includes and variables make it difficult to figure out what the actual rendered .gitlab-ci.yml looked like when the pipeline was executed. This can make troubleshooting a pipeline failure very difficult.
Proposal
When a pipeline is executed add a view of the .gitlab-ci.yml that was executed after rules were evaluated to the pipeline details tab.