Skip to content
Snippets Groups Projects
Commit ada4aa5c authored by Albin Henriksson's avatar Albin Henriksson
Browse files

#7: changed name of report stage

parent 3f2581e9
No related branches found
No related tags found
1 merge request!12Issue/7 add test coverage report
Pipeline #34201 passed
stages:
- setup
- test
- coverage_report
- report
include:
- local: .gitlab/server.gitlab-ci.yml
......
......@@ -58,7 +58,7 @@ client:test:
client:report:
image: python
stage: coverage_report
stage: report
needs: ["client:test"]
only:
refs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment