diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dcb58f13a83f9b01578123fb3fdd3640ef3d229c..c5bc17c4f2d9a3354aeef30e4f37a830b4ae311c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,10 @@ Python 2.7: - python2.7 except: - tags + artifacts: + reports: + junit: test/pytest.xml + Python 3.5: script: @@ -19,6 +23,10 @@ Python 3.5: - python3.5 except: - tags + artifacts: + reports: + junit: test/pytest.xml + Python 3.7: script: @@ -30,6 +38,10 @@ Python 3.7: - python3.7 except: - tags + artifacts: + reports: + junit: test/pytest.xml + Documentation: script: