diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 47cb2810c..6e82561c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ --- stages: - prepareAll + - python - preprocessing - postprocessing - compilePETSc @@ -103,6 +104,16 @@ checkout: - master - release +################################################################################################### +Pytest: + stage: python + script: + - cd $DAMASKROOT/python + - pytest + except: + - master + - release + ################################################################################################### OrientationRelationship: stage: preprocessing