Skip to content
Snippets Groups Projects
Commit b136dc46 authored by nimrod's avatar nimrod
Browse files

Remove juxr usage for Bats.

Bats now supports junit's XML output so there's no need for it.
parent 3c1786e9
No related branches found
No related tags found
No related merge requests found
Pipeline #2144 failed
...@@ -4,9 +4,7 @@ bats: ...@@ -4,9 +4,7 @@ bats:
image: registry.shore.co.il/ci-images:bats image: registry.shore.co.il/ci-images:bats
tags: [ns4.shore.co.il] tags: [ns4.shore.co.il]
script: script:
- bats tests/ | tee results.tap - bats --output report/ --formatter junit tests/
after_script:
- juxr tap --name bats --output results/ -- cat results.tap
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment