Skip to content
Snippets Groups Projects
Commit 991a6f53 authored by Benedikt's avatar Benedikt
Browse files

try out pytest CD CI

parent 27ed835f
No related branches found
No related tags found
No related merge requests found
Pipeline #27062 failed
stages:
- test
pytest:
stage: test
image: python:3.8
script:
- pip install -r requirements.txt
- pytest --junitxml=junit.xml
artifacts:
reports:
junit: junit.xml
pages:
stage: test
image: python:3.8
script:
- apt-get update && apt-get install -y allure
- allure generate --clean -o allure-report ./allure-results
artifacts:
paths:
- allure-report/
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment