From 0db9190dd147196531b16a050fb7a019dd1873af Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Wed, 16 Oct 2024 09:59:43 +0200 Subject: CI: Disable 'make test' job for CMake project Tests are not supported by the CMake project for now. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5bfe6a5..0368723 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,7 +112,8 @@ re:ubuntu2204-attoconf:test: - cd build-atto - make test -re:ubuntu2204:test: +# Disabled. Tests are not supported yet by the CMake project. +.re:ubuntu2204:test: <<: *prerequisites stage: test image: ubuntu:22.04 -- cgit v1.2.3-70-g09d2