From 91c6b5c0a5d77ced49a4861fc5a0a24d66cf3864 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 8 Apr 2022 22:04:03 +0300 Subject: [PATCH] Small fix. --- templates/bats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/bats.yml b/templates/bats.yml index 5ef50f2..12e3c24 100644 --- a/templates/bats.yml +++ b/templates/bats.yml @@ -4,7 +4,7 @@ bats: image: registry.shore.co.il/ci-images:bats tags: [ns4.shore.co.il] before_script: - - mkdir reports + - mkdir -p reports script: - bats --timing --recursive --formatter junit tests/ | tee reports/bats.xml variables: -- GitLab