From 6bb94887754297f7aaa14d969460fc1baa883aa9 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 16 Sep 2021 22:02:47 +0300 Subject: [PATCH] Correct mismatch. --- templates/bats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/bats.yml b/templates/bats.yml index 8354e87..3ebc804 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 -- GitLab