Commit eecb6e44 authored by nimrod's avatar nimrod
Browse files

Fix bats template.

parent 4a38e278
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ bats:
  script:
    - bats tests/ | tee results.tap
  after_script:
    - ./juxr tap --name bats --output results/ -- cat results.tap
    - juxr tap --name bats --output results/ -- cat results.tap
  artifacts:
    reports:
      junit: results/*.xml