ci: report environment failures in dashboard
Created by: cathales
Infrastructure issues sometimes occur, preventing some jobs requiring specific things from starting. So these jobs do not produce reports at all. As a result, jobs in the dashboard are "successful", which is misleading.
To fix that, this PR adds a job which is run only if one of the previous jobs failed in GitLab words (including the case when the job did not start). There are no specific requirements for this new job so there is no reason it doesn’t start.