From eef211c7f3597e77a2e8db99f1178204b326c55c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Sun, 23 Sep 2018 14:14:31 -0400 Subject: [PATCH] Add Pytest/JUnit/Gitlab integration --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d970c13e..b957ee9e 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: -- GitLab