From fdaa4d2e5f29c39c8cafa8604a9a580b92d81c57 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 26 Jul 2026 22:27:12 +0200 Subject: ci: fix job dependencies --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96e6c416..f148546d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,6 @@ build:bootable: test:bht: stage: test image: registry.gitlab.ost.ch:45023/teachos/devcontainers/bht.ci:latest - needs: ["build:$PRESET"] script: - ctest --preset $PRESET-dbg --parallel --output-on-failure - lcov --quiet --config-file .lcovrc --capture --directory $(pwd) --output-file coverage.info @@ -64,6 +63,11 @@ test:bht: parallel: matrix: - PRESET: ["bht", "bht-tsan"] + needs: + - job: build:bht + parallel: + matrix: + - PRESET: ['$[[ matrix.PRESET ]]'] license_check: stage: .pre -- cgit v1.2.3