diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2025842631711bc383e175e4cb62ba3cab8674b3..ff22aa3851053fc9332ef6a06f762806a79f7380 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,9 @@ Python 2.7: - python2.7 except: - tags + artifacts: + reports: + junit: test/pytest.xml Python 3.5: script: @@ -19,6 +22,9 @@ Python 3.5: - python3.5 except: - tags + artifacts: + reports: + junit: test/pytest.xml Python 2.6: script: @@ -30,6 +36,9 @@ Python 2.6: - python2.6 except: - tags + artifacts: + reports: + junit: test/pytest.xml Flake8: script: