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

Small fix.

parent 38b082d9
Branches
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ bats: ...@@ -4,7 +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]
before_script: before_script:
- mkdir reports - mkdir -p reports
script: script:
- bats --timing --recursive --formatter junit tests/ | tee reports/bats.xml - bats --timing --recursive --formatter junit tests/ | tee reports/bats.xml
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment