From 31829edac3b1e67c564eb2968175b9e7f3969d02 Mon Sep 17 00:00:00 2001 From: asetGem <amandine.perrin@pasteur.fr> Date: Mon, 2 Aug 2021 14:50:38 +0200 Subject: [PATCH] no need to export htmlcov from test stage --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a1b43bb..6ebc9f63 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -120,7 +120,6 @@ func-test-ubuntu: artifacts: paths: - .coverage.functional - - htmlcov/index.html expire_in: 1 hour -- GitLab