From e59c460a381197765ce3671999316ca4924f6219 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Fri, 13 Dec 2019 01:08:55 +0100 Subject: [PATCH] [CI] Remove htmlcov/ artifact gathering --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5318c9d9f..f094a6e60 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,9 +24,6 @@ test: - adduser --disabled-password --gecos "Test User" testuser script: - sudo -u testuser tox -e py38 - artifacts: - paths: - - htmlcov/ lint: stage: test -- GitLab