diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d970c13efa93935a8d793e5861d5c0ba828e4ac7..b957ee9e37d5d4197fd9804429f0414ec4f6b7aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,9 @@ Python 2.7 POCL: - mpi except: - tags + artifacts: + reports: + junit: test/pytest.xml Python 3.6 POCL: script: @@ -25,6 +28,9 @@ Python 3.6 POCL: - mpi except: - tags + artifacts: + reports: + junit: test/pytest.xml Python 2.7 POCL MPI: script: @@ -40,6 +46,9 @@ Python 2.7 POCL MPI: - mpi except: - tags + artifacts: + reports: + junit: test/pytest.xml Python 3.6 POCL MPI: script: @@ -55,6 +64,9 @@ Python 3.6 POCL MPI: - mpi except: - tags + artifacts: + reports: + junit: test/pytest.xml Documentation: script: