Commit b97a9134 authored by Rachel's avatar Rachel

Update .gitlab-ci.yml

parent 0a0d8056
Pipeline #222 passed with stage
in 12 seconds
......@@ -8,11 +8,10 @@ postman_tests:
entrypoint: [""]
script:
- newman --version
- npm install -g newman-reporter-html
- newman run collection.json --reporters cli,html --reporter-html-export report.html
- newman run collection.json --reporters cli
artifacts:
when: always
paths:
- report.html
tags:
- docker
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment