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: SpectralExample:
stage: example stage: example
only:
- development
script: SpectralAll_example/test.py script: SpectralAll_example/test.py
AbaqusExample: AbaqusExample:
stage: example stage: example
only:
- development
script: script:
- module load $IntelCompiler16_0 $Abaqus - module load $IntelCompiler16_0 $Abaqus
- Abaqus_example/test.py - Abaqus_example/test.py