Commit 4c59eef9 authored by Rachel's avatar Rachel

Update .gitlab-ci.yml

parent 41c3663a
Pipeline #77 failed
......@@ -10,6 +10,8 @@ postman_tests:
- newman --version
- npm install -g newman-reporter-html
- newman run collection.json --reporters cli,html --reporter-html-export report.html
# Cache the results of the jobs to avoid running jobs multiple times for the same git hash.
cache_results: true
artifacts:
when: always
paths:
......
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