Fix comparison tests against older versions
Closes #215 (closed)
MR fixes several small issues with the comparisons pipeline for older versions:
- Output of the results comparisons table now handle failures better in general and shows them as a
-
. - The
updateProjectPipelinesSetting
function, used bygit_push
, has been updated to work with older GitLab versions where the Projects api used different param names.
Edited by Grant Young