From 6b55e94597b33e738acbcd8bbe3885436a973d92 Mon Sep 17 00:00:00 2001 From: "jonathan.froehlich" <jonathan.froehlich@kit.edu> Date: Fri, 3 Dec 2021 14:11:07 +0100 Subject: [PATCH] Unmuting python mpi tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49048dfcf..c074d3723 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,7 @@ test cardmech 2/2: image: ${MPP_REGISTRY}/${MPP_REGISTRY_REPO_DEV}/${IMAGE_NAME_CARDMECH} script: - cd /mpp/build - - python3 mppyrun.py --mpi_tests=1 + - python3 mppyrun.py --mpi_tests=1 --mute=0 dependencies: [ "build cardmech" ] tags: [ docker ] -- GitLab