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

Another attempt.

parent 0d5c6361
No related branches found
No related tags found
No related merge requests found
Pipeline #2196 failed
...@@ -4,10 +4,9 @@ bats: ...@@ -4,10 +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 reports - mkdir --mode 777 reports
script: script:
- ls -ld reports - bats --timing --recursive --output reports/ --formatter junit tests/
- bats --output reports/ --formatter junit tests/
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