From b6a8754082f34c4cbdd447431846832596936fea Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 26 Mar 2021 13:24:11 +0100 Subject: [PATCH] simplified --- .gitlab-ci.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a618837f..0abc75047 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,7 @@ stages: - python - deprecated - compile - - grid - - marc + - fortran - performance - createPackage - createDocumentation @@ -190,7 +189,7 @@ setup_mesh: ################################################################################################### pytest_fortran: - stage: grid + stage: fortran script: - module load $IntelCompiler $MPI_Intel $PETSc_Intel - cd pytest @@ -200,16 +199,14 @@ pytest_fortran: - release Phenopowerlaw_singleSlip: - stage: grid + stage: fortran script: Phenopowerlaw_singleSlip/test.py except: - master - release - -################################################################################################### J2_plasticBehavior: - stage: marc + stage: fortran script: - module load $IntelMarc $HDF5Marc $MSC - J2_plasticBehavior/test.py