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: ...@@ -8,11 +8,10 @@ postman_tests:
entrypoint: [""] entrypoint: [""]
script: script:
- newman --version - 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: artifacts:
when: always when: always
paths:
- report.html
tags: tags:
- docker - 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