diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-17 16:50:59 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-17 16:50:59 +0200 |
| commit | 6f43dfe4ae8018a93ca0cf20b3b992b00d8c4497 (patch) | |
| tree | 13ca7c08c0ca960be9f88e55cb7a3e3486ef1606 /.gitlab-ci.yml | |
| parent | ff9c9c1d73d4c2421ae8a7b2332f7225ce0497ec (diff) | |
| download | turns-6f43dfe4ae8018a93ca0cf20b3b992b00d8c4497.tar.xz turns-6f43dfe4ae8018a93ca0cf20b3b992b00d8c4497.zip | |
ci: add missing variable in test script
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
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 |
