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