.tests: stage: test script: - cd tests - pytest --junitxml=report.xml reports: junit: tests/report.xml test:ubuntu_18_04: image: registry.gitlab.com/ganciaux/slides:ubuntu_18_04 extends: - .tests test:ubuntu_19_10: image: registry.gitlab.com/ganciaux/slides:ubuntu_19_10 extends: - .tests