From 194b0386c55ef64fb4729cea02557d148fb15b67 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sun, 4 Apr 2021 14:07:50 +0200 Subject: [PATCH] typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f33842a4..9df1e9330 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -96,7 +96,7 @@ processing: stage: python script: - cd $DAMASKROOT/python - - COLUMS=256 pytest --basetemp=${TESTROOT}/python -v --cov --cov-report=term + - COLUMNS=256 pytest --basetemp=${TESTROOT}/python -v --cov --cov-report=term - coverage report --fail-under=90 except: - master