diff --git a/templates/bats.yml b/templates/bats.yml
index 8354e87a86bd84d2d9bd7f51bd7f3924dfc08471..3ebc804657599458c9dca132426e33286fe5c8e0 100644
--- a/templates/bats.yml
+++ b/templates/bats.yml
@@ -4,9 +4,9 @@ bats:
   image: registry.shore.co.il/ci-images:bats
   tags: [ns4.shore.co.il]
   script:
-    - bats --output report/ --formatter junit tests/
+    - bats --output reports/ --formatter junit tests/
   variables:
     GIT_SUBMODULE_STRATEGY: recursive
   artifacts:
     reports:
-      junit: results/*.xml
+      junit: reports/*.xml