diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8680b2873..1fd5a6555 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,7 +81,7 @@ checkout: - release ################################################################################################### -processing: +pytest: stage: python script: - cd $DAMASKROOT/python @@ -91,6 +91,16 @@ processing: - master - release +mypy: + stage: python + script: + - cd $DAMASKROOT/python + - mypy damask/mechanics.py + except: + - master + - release + + ################################################################################################### compile_grid_Intel: