diff --git a/wetb/prepost/tests/test_Simulations.py b/wetb/prepost/tests/test_Simulations.py
index a439a53e04a92992cab62e9637ce8a11ad5e3e89..b6ea82859fdef30b0dde5edc01a83dd429e13e01 100644
--- a/wetb/prepost/tests/test_Simulations.py
+++ b/wetb/prepost/tests/test_Simulations.py
@@ -48,7 +48,8 @@ class TestGenerateInputs(unittest.TestCase):
             shutil.rmtree(os.path.join(p_root, tmpl.PROJECT, 'remote'))
 
         tmpl.force_dir = tmpl.P_RUN
-        tmpl.launch_dlcs_excel('remote', silent=True, runmethod='gorm')
+        tmpl.launch_dlcs_excel('remote', silent=True, runmethod='gorm',
+                               pbs_turb=True)
 
         # we can not check-in empty dirs so we can not compare the complete
         # directory structure withouth manually creating the empty dirs here