summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-17 16:50:59 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-17 16:50:59 +0200
commit6f43dfe4ae8018a93ca0cf20b3b992b00d8c4497 (patch)
tree13ca7c08c0ca960be9f88e55cb7a3e3486ef1606
parentff9c9c1d73d4c2421ae8a7b2332f7225ce0497ec (diff)
downloadturns-6f43dfe4ae8018a93ca0cf20b3b992b00d8c4497.tar.xz
turns-6f43dfe4ae8018a93ca0cf20b3b992b00d8c4497.zip
ci: add missing variable in test script
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 339c8b1..171ac52 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,7 +30,7 @@ test:
stage: test
script:
- weston --no-config --socket=$WAYLAND_DISPLAY --backend=headless &
- - ctest --preset default --build-config
+ - ctest --preset default --build-config $BUILD_TYPE
artifacts:
paths:
- build/**/*.gcda