do long example runs only for development

This commit is contained in:
Martin Diehl 2017-04-12 16:47:32 +02:00
parent 3fc5d8c5f9
commit f166ba4c9a
1 changed files with 4 additions and 0 deletions

View File

@ -286,10 +286,14 @@ Abaqus_compile2017:
###################################################################################################
SpectralExample:
stage: example
only:
- development
script: SpectralAll_example/test.py
AbaqusExample:
stage: example
only:
- development
script:
- module load $IntelCompiler16_0 $Abaqus
- Abaqus_example/test.py