From 69fc5e2b1af4c05886960be6c14187f3f3e61a1c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 16 Sep 2021 23:12:33 +0300 Subject: [PATCH] Another attempt. --- templates/bats.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/bats.yml b/templates/bats.yml index 1de26a4..b29d4fd 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: -- GitLab