From cb788badf4d692dfc1dfb81d7c2c62f4a89b5120 Mon Sep 17 00:00:00 2001 From: aurianer Date: Fri, 6 Oct 2023 16:01:23 +0200 Subject: [PATCH] Re-enable stdexec debug test in CI --- ci/cpu/gcc11_debug_stdexec.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ci/cpu/gcc11_debug_stdexec.yml b/ci/cpu/gcc11_debug_stdexec.yml index 694da9ac32..3fbf5067de 100644 --- a/ci/cpu/gcc11_debug_stdexec.yml +++ b/ci/cpu/gcc11_debug_stdexec.yml @@ -18,3 +18,12 @@ cpu gcc11 stdexec debug build: - cpu gcc11 stdexec debug deps variables: DEPLOY_IMAGE: $CSCS_REGISTRY_PATH/cpu-gcc11-stdexec-debug/deploy:$CI_COMMIT_SHA + +cpu gcc11 stdexec debug test: + extends: .run_common + needs: + - cpu gcc11 stdexec debug build + trigger: + include: + - artifact: pipeline.yml + job: cpu gcc11 stdexec debug build