From 8a8d3d1806018d095bfe413bf13f263ec42e6e74 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 16 Sep 2021 22:45:57 +0300
Subject: [PATCH] Piece of crap.

---
 templates/bats.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/templates/bats.yml b/templates/bats.yml
index 3ebc804..79350e3 100644
--- a/templates/bats.yml
+++ b/templates/bats.yml
@@ -3,6 +3,8 @@ bats:
   stage: test
   image: registry.shore.co.il/ci-images:bats
   tags: [ns4.shore.co.il]
+  before_script:
+    - mkdir reports
   script:
     - bats --output reports/ --formatter junit tests/
   variables:
-- 
GitLab