From eee015be9678b69fc9ab09c53a519bd60907d45e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net>
Date: Sun, 15 Dec 2019 19:52:48 +0100
Subject: [PATCH] Remove pytest annotation from examples CI

---
 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 373083d5..57caec74 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -81,9 +81,6 @@ Python 3 POCL Examples:
   - large-node
   except:
   - tags
-  artifacts:
-    reports:
-      junit: test/pytest.xml
 
 Documentation:
   script:
-- 
GitLab