From 8f2e8f97bc4576c95a93741696647d4fc52e3d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6nig?= <jan.hoenig@fau.de> Date: Fri, 12 Nov 2021 10:19:43 +0100 Subject: [PATCH] Fixing artifact of testing. --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a81d77..6fb694d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,3 +30,9 @@ test: - pip install tox - echo $TOX_ENV - tox + artifacts: + when: always + reports: + junit: + - report.xml + -- GitLab