Loading templates/bats.yml +2 −2 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ bats: image: registry.shore.co.il/ci-images:bats tags: [ns4.shore.co.il] before_script: - mkdir --mode 777 reports - mkdir reports script: - bats --timing --recursive --output reports/ --formatter junit tests/ - bats --timing --recursive --formatter junit tests/ | tee reports/bats.xml variables: GIT_SUBMODULE_STRATEGY: recursive artifacts: Loading Loading
templates/bats.yml +2 −2 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ bats: image: registry.shore.co.il/ci-images:bats tags: [ns4.shore.co.il] before_script: - mkdir --mode 777 reports - mkdir reports script: - bats --timing --recursive --output reports/ --formatter junit tests/ - bats --timing --recursive --formatter junit tests/ | tee reports/bats.xml variables: GIT_SUBMODULE_STRATEGY: recursive artifacts: Loading