diff --git a/.circleci/config.yml b/.circleci/config.yml index b4a7438..8aedfbd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ jobs: command: | cd tests mkdir -p /app/reports/bats - bats *.bats > "/app/reports/bats/$CIRCLE_NODE_INDEX.xml" + bats *.bats --tap > "/app/reports/bats/$CIRCLE_NODE_INDEX.xml" - store_test_results: path: reports docker-push: