From b3ca8feb8fb9de2d50b661fffc4f2f0591d6ed68 Mon Sep 17 00:00:00 2001
From: beckerfy <fynn.becker@hs-hannover.de>
Date: Wed, 22 Jul 2020 16:22:23 +0200
Subject: [PATCH] Adjust .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 338a12e..6e53c41 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,6 @@ image: python:3.5-buster
 test:
     script:
         - apt update -qy
-        - python3 setup.py
+        - python3 setup.py install
         - pip install -e .[dev]
-        - python3 -m unittest
+        - python3 -m unittest -v
-- 
GitLab