From c3251ae831b9425d4bdab0d3d51448e288c63c49 Mon Sep 17 00:00:00 2001 From: leufen1 <l.leufen@fz-juelich.de> Date: Fri, 19 Nov 2021 09:40:53 +0100 Subject: [PATCH] add pytest-html and check only by enabling tests from scratch --- .gitlab-ci.yml | 8 ++++---- requirements.txt | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eacbe3e2..8ce191de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,10 +30,10 @@ tests (from scratch): - base - zam347 stage: test - only: - - master - - /^release.*$/ - - develop +# only: +# - master +# - /^release.*$/ +# - develop variables: FAILURE_THRESHOLD: 100 TEST_TYPE: "scratch" diff --git a/requirements.txt b/requirements.txt index c3e473b3..5cbb5b24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,7 @@ partd==1.2.0 psutil==5.8.0 pydot==1.4.2 pytest==6.2.2 +pytest-html==3.1.1 pytest-lazy-fixture==0.6.3 requests==2.25.1 scipy==1.5.2 -- GitLab