From de7dc6233731adc566af9967db23e4a4976f6b3a Mon Sep 17 00:00:00 2001
From: Kubat <mael.martin31@gmail.com>
Date: Mon, 3 Aug 2020 21:42:59 +0200
Subject: [PATCH] CI: Disable testing while it's not possible (lektord headless
 not implemented)

---
 .gitlab-ci.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c31d062c..c3d2469b 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
-- 
GitLab