--- py3: before_script:
- pip install tox pytest-html
stage: tests
script: tox -e py3 -- --junitxml=report.xml --html=py3.html --self-contained-html
artifacts:
when: always reports: junit: report.xml
paths:
- py3.html
- py3-deprecated-warnings.json