Adds a dummy job to CI pipeline
When a pipeline runs with no Jobs, the Gitlab web browser interface complains with a weird error:
An error occurred while trying to run a new pipeline for this Merge Request.
The trick for this Public project, is to add a dummy job at the end of the pipeline which will be run regardless of any condition.