diff --git a/templates/bats.yml b/templates/bats.yml
index 1de26a42659b056731b45d0dae860cd2e122e8aa..b29d4fd686b06a7f68c2704595a275cda5304e7a 100644
--- a/templates/bats.yml
+++ b/templates/bats.yml
@@ -4,10 +4,9 @@ bats:
   image: registry.shore.co.il/ci-images:bats
   tags: [ns4.shore.co.il]
   before_script:
-    - mkdir reports
+    - mkdir --mode 777 reports
   script:
-    - ls -ld reports
-    - bats --output reports/ --formatter junit tests/
+    - bats --timing --recursive --output reports/ --formatter junit tests/
   variables:
     GIT_SUBMODULE_STRATEGY: recursive
   artifacts: