From d5792fe35ec2a3dccfbd5236df362652fdc5c852 Mon Sep 17 00:00:00 2001 From: boeschf <48126478+boeschf@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:45:57 +0200 Subject: [PATCH] insert anchor --- .gitlab/includes/common.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/includes/common.yaml b/.gitlab/includes/common.yaml index f919a158d..620c26d66 100644 --- a/.gitlab/includes/common.yaml +++ b/.gitlab/includes/common.yaml @@ -82,7 +82,7 @@ variables: extends: .uenv_image stage: test script: - <<: *common_build_steps + - *common_build_steps - | # Run unit tests ${BUILD_DIR}/bin/unit-modcc @@ -103,7 +103,7 @@ variables: extends: .uenv_image stage: test script: - <<: *common_build_steps + - *common_build_steps - | # Run distributed tests ${BUILD_DIR}/bin/unit-mpi