From 078534c757ae583c95befe6424b4fbe566716980 Mon Sep 17 00:00:00 2001
From: Christoph Knote <christoph.knote@med.uni-augsburg.de>
Date: Wed, 23 Mar 2022 16:25:25 +0100
Subject: [PATCH] Fix coverage

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 12ab5b2..2fd9ec0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,7 @@ image: python:latest
 before_script:
   - pip install poetry
   - pip install numpy
+  - pip install coverage
   - poetry install
   - source `poetry env info --path`/bin/activate
 
-- 
GitLab