diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd09a6ff71302d586facbb8b4c650ae1a60af509..40046818a5f57a6bfaa3234abfd34fe49201ea46 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ test: script: - apt-get update && apt-get install -y curl - python3 -m pip install hatch - - unset LD_PRELOAD && hatch run lint:check && hatch run test:pytest && hatch run cov:run + - hatch run lint:check && hatch run test:pytest && hatch run cov:run coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/' artifacts: reports: