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

And another attempt.

parent 69fc5e2b
No related branches found
No related tags found
No related merge requests found
Pipeline #2198 failed
...@@ -4,9 +4,9 @@ bats: ...@@ -4,9 +4,9 @@ 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 --mode 777 reports - mkdir reports
script: script:
- bats --timing --recursive --output reports/ --formatter junit tests/ - bats --timing --recursive --formatter junit tests/ | tee reports/bats.xml
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