added unit testing integration

This commit is contained in:
Frisk 2021-05-01 16:47:33 +02:00
parent 7904d5b0e6
commit 20022a137d
No known key found for this signature in database
GPG key ID: 213F7C15068AF8AC

View file

@ -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: