diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a25256c..7dc96b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,18 @@ image: python:3.6-alpine include: - 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: type: test script: