test folder, not module

This commit is contained in:
Martin Diehl 2021-11-13 19:37:40 +01:00
parent 9430ca9e6e
commit 4396d605ec
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ mypy:
stage: python
script:
- cd ${CI_PROJECT_DIR}/python
- mypy -m damask
- mypy damask
###################################################################################################