From 1cd5398a59202b7782d894beb86c3de450783441 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Fri, 2 Oct 2020 20:42:40 +0200 Subject: [ci] disable ui tests for now, due to missing packages in the runner --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8d0398..935d16a 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 -- cgit v1.2.3