From f95a8506ea7d1429ffc322ad211c45f53de0826d Mon Sep 17 00:00:00 2001
From: Christoph Knote <christoph.knote@med.uni-augsburg.de>
Date: Fri, 25 Mar 2022 22:55:44 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 693ea1b..153cb7d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,6 +20,7 @@ test:
   needs: [build_package]
   script:
     - poetry update
+    - poetry install
     - poetry run coverage run --source=tests -m unittest discover
     - poetry run coverage report
 
-- 
GitLab