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