aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 5 insertions, 1 deletions
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