From a2321aca8ae5d2b8634b72a3279ece93c03fdd4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Styrbj=C3=B6rn=20Swensson?= <stysw526@student.liu.se>
Date: Thu, 10 Oct 2019 16:59:25 +0200
Subject: [PATCH] fixed report folder

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8a14de1..1a2b826 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,4 +12,4 @@ test:
     - ant -lib test/lib/junit.jar -Dtest=AllTests testall
   artifacts:
     paths:
-      - ./build/report/index.html
+      - ./build/report/*
-- 
GitLab