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: stages:
- setup - setup
- test - test
- coverage_report - report
include: include:
- local: .gitlab/server.gitlab-ci.yml - local: .gitlab/server.gitlab-ci.yml
......
...@@ -58,7 +58,7 @@ client:test: ...@@ -58,7 +58,7 @@ client:test:
client:report: client:report:
image: python image: python
stage: coverage_report stage: report
needs: ["client:test"] needs: ["client:test"]
only: only:
refs: 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