diff --git a/bin/gen_ci_config b/bin/gen_ci_config index 5d2ddbf68f0bb42e11c19082736bd51875c52139..debe668fca95cc5027e57ae4e7197cb97d71e9bd 100755 --- a/bin/gen_ci_config +++ b/bin/gen_ci_config @@ -69,6 +69,9 @@ ${CI_JOB_PREFIX}${ifile}_${filename_noext}: stage: benchmarks script: - bash ${script_name} + artifact: + paths: + - results/ allow_failure: true EOF @@ -84,6 +87,9 @@ ${CI_JOB_PREFIX}${ifile}_${filename_noext}: stage: benchmarks script: - root -b -q ${script_name} + artifact: + paths: + - results/ allow_failure: true EOF