Skip to content

run-tests: return testcase return code

Michal Humpula requested to merge michalhumpula/ci-tooling:work/ci-tests into master

I believe in case the testcase fails the CI/CD job should fail too and stop processing the rest of the pipeline. Otherwise the job will run successfully and give a false hint about the correctness of the code.

Merge request reports