this.events.emit('endStep','VALIDATE_RESULTS_FILE',`Results file is not valid. Here are the errors :\n${JSON.stringify(validationResults.errors)}`,true);
if (resultsFolderSize>ClientsSharedConfig.exerciceResultsFolderMaxSizeInBytes){
this.events.emit('endStep','CHECK_SIZE',`Results folder size is too big (bigger than ${ClientsSharedConfig.exerciceResultsFolderMaxSizeInBytes/1000000} MB)`,true);