From 0d5c63610845dfe400e994101dff8f91ebc5b0cd Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 16 Sep 2021 23:02:06 +0300 Subject: [PATCH] Let's try to debug this. --- templates/bats.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/bats.yml b/templates/bats.yml index 79350e3..1de26a4 100644 --- a/templates/bats.yml +++ b/templates/bats.yml @@ -6,6 +6,7 @@ bats: before_script: - mkdir reports script: + - ls -ld reports - bats --output reports/ --formatter junit tests/ variables: GIT_SUBMODULE_STRATEGY: recursive -- GitLab