From 04aeee6f8a2147a06b197b8742d94ca09a24702a Mon Sep 17 00:00:00 2001
From: Daniel Kosc <da741kos@htwg-konstanz.de>
Date: Sun, 6 Jun 2021 16:56:59 +0200
Subject: [PATCH] test

---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e9d84cb..bf0ec3c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,10 @@ test:
     - pip install pytest-cov
     - coverage run -m pytest
     - coverage xml
+    - pwd
+    - ls -la
+    - cd ..
+    - ls -la
   artifacts:
     when: always
     reports:
-- 
GitLab