From be17ed42acd9729a2d495cd885aa4716247d3327 Mon Sep 17 00:00:00 2001
From: rschoene <rene.schoene@tu-dresden.de>
Date: Wed, 9 Jun 2021 16:28:02 +0200
Subject: [PATCH] use jacoco for coverage (in stage publish)

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 108611c..b19d771 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,7 +48,7 @@ test:
 
 extractCoverage:
   image: python:3.8-buster
-  stage: test
+  stage: publish
   needs:
     - test
   script:
-- 
GitLab