FIXED do not interrupt all testing process if one test failed
FATAL_ERROR option in cmake generated a cmake error and stopped ci-test.sh, which returned with exit value 1. The report to the dashboard was not submitted, resulting in a green dashboard but with reduced number of tests pass. The test job should not be interrupted by the first failed test and the dashboard should show wichh test have failed.