diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c31d062c3b98dcf879bb27fba7ef5e2dd180802d..c3d2469bb04228eab654e5f65ca98df2513f69dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,7 +81,8 @@ build_clang: ### Tests ####################################### ################################################# -test_basic: - <<: *main_tests - stage: test - script: scripts/validate.bash --build=clang --step=launch --test=simple +# Commented because can't launch lektord without any video module. +# test_basic: +# <<: *main_tests +# stage: test +# script: scripts/validate.bash --build=clang --step=launch --test=simple