mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
added unit testing integration
This commit is contained in:
parent
7904d5b0e6
commit
20022a137d
|
@ -3,6 +3,18 @@ image: python:3.6-alpine
|
||||||
include:
|
include:
|
||||||
- template: Code-Quality.gitlab-ci.yml
|
- template: Code-Quality.gitlab-ci.yml
|
||||||
|
|
||||||
|
pytest:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- pytest --junitxml=report.xml
|
||||||
|
artifacts:
|
||||||
|
when: always
|
||||||
|
reports:
|
||||||
|
junit: report.xml
|
||||||
|
only:
|
||||||
|
- testing
|
||||||
|
- merge_requests
|
||||||
|
|
||||||
test:
|
test:
|
||||||
type: test
|
type: test
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue