Error with .gitlab-ci.yml produces unfriendly error message
If you accidentally push an invalid .gitlab-ci.yml file the pipeline notification that gets sent out contains no helpful information:
Furthermore, clicking on the pipeline ID yields a nearly useless pipelines page indicating that 0 jobs have been run and that it has failed:
Only after clicking on the "Jobs" tab do I get the relevant error message:
I believe if there is an error found when parsing .gitlab-ci.yml it would be useful to have it included in the notification email as well as the main pipeline page.


