Patch ci test
The current way the CI is written with if [ -f check_logs/*.FAILED ]
will fail if there are multiple files that fail, eg multiple files in check_logs
that meet the wildcards. This causes the labelling of the CI to not work correctly (will just give the green tick).
An example of it is shown here: https://gitlab.cern.ch/lhcb-datapkg/Gen/DecFiles/-/jobs/34676192
This MR fixes this issue
Edited by Emir Muhammad