From 1cd5398a59202b7782d894beb86c3de450783441 Mon Sep 17 00:00:00 2001
From: "kali kaneko (leap communications)" <kali@leap.se>
Date: Fri, 2 Oct 2020 20:42:40 +0200
Subject: [PATCH] [ci] disable ui tests for now, due to missing packages in the
 runner

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a8d03987..935d16a1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,8 @@ build_test:
   script:
     - make generate
     - make test
-    - make test_ui
+    # TODO missing xcb package in the docker image. investigate what to install to run minimal tests.
+    # - make test_ui
     - make build
   tags:
     - linux
-- 
GitLab