simplified selection of tests
This commit is contained in:
parent
772fd18d81
commit
433b346f0c
|
@ -253,7 +253,7 @@ Pytest_grid:
|
|||
script:
|
||||
- module load $IntelCompiler $MPICH_Intel $PETSc_MPICH_Intel
|
||||
- cd pytest
|
||||
- pytest -m 'not compile' --basetemp=/tmp/${CI_PIPELINE_ID}/fortran -k
|
||||
- pytest -k 'not compile' --basetemp=/tmp/${CI_PIPELINE_ID}/fortran -v
|
||||
except:
|
||||
- master
|
||||
- release
|
||||
|
|
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
|||
Subproject commit f1ab98fe98dc6a5c5f1d75d03e65a5defe147fed
|
||||
Subproject commit 768bae34b26cc09a9ffa47b8f5a1b20b43dd115d
|
Loading…
Reference in New Issue