pytest should be part of the test suite

This commit is contained in:
Martin Diehl 2019-12-03 16:49:27 +01:00
parent f5bbd3cf22
commit d92d503b3c
1 changed files with 11 additions and 0 deletions

View File

@ -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