typo
This commit is contained in:
parent
445e934102
commit
194b0386c5
|
@ -96,7 +96,7 @@ processing:
|
||||||
stage: python
|
stage: python
|
||||||
script:
|
script:
|
||||||
- cd $DAMASKROOT/python
|
- 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
|
- coverage report --fail-under=90
|
||||||
except:
|
except:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Reference in New Issue