From 27e76cffc37597af71629c280c35f5e2de1e59f1 Mon Sep 17 00:00:00 2001
From: Daniel Kosc <da741kos@htwg-konstanz.de>
Date: Sun, 6 Jun 2021 17:45:39 +0200
Subject: [PATCH] test

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index edea51f..7fa6744 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,13 +24,13 @@ test:
     - coverage report
     - pytest --junitxml=report.xml
     - mkdir dist
-    - mv report.xml dist
+    - cp report.xml rep
     - ls -la
-    - ls -la dist
+    - ls -la rep
   artifacts:
     when: always
     reports:
-      junit: "reportt.xml"
+      junit: "../report.xml"
 
   only:
     - branches
-- 
GitLab