diff --git a/templates/tools/fuzzer/runners.template b/templates/tools/fuzzer/runners.template
index 72d0b363f22020527728ef2fd0037bae96e4f67f..4b8d4f3c68fbf7acdb5932db9ab2cdb59d25c580 100644
--- a/templates/tools/fuzzer/runners.template
+++ b/templates/tools/fuzzer/runners.template
@@ -39,7 +39,7 @@ template: |
   
   if [ "$jobs" != "1" ]
   then
-    flags="-jobs=$jobs -workers=$jobs"
+    flags="-jobs=$jobs -workers=$jobs $flags"
   fi
 
   if [ "$config" == "asan-trace-cmp" ]