diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc27c97e11c98dcea501a8bf73dc36509db3df82..9a7a57ecafd172ab4ed0149300ea385fc10bccb7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,9 @@ Python 2.7: - maxima except: - tags + artifacts: + reports: + junit: test/pytest.xml Python 2.7 Conda: script: @@ -19,6 +22,9 @@ Python 2.7 Conda: - linux except: - tags + artifacts: + reports: + junit: test/pytest.xml Python 3.5: script: @@ -31,6 +37,9 @@ Python 3.5: - maxima except: - tags + artifacts: + reports: + junit: test/pytest.xml Python 3.5 Conda: script: @@ -41,6 +50,9 @@ Python 3.5 Conda: - linux except: - tags + artifacts: + reports: + junit: test/pytest.xml Python 3.5 Apple: script: @@ -51,6 +63,9 @@ Python 3.5 Apple: - apple except: - tags + artifacts: + reports: + junit: test/pytest.xml Documentation: script: