summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-10-02 20:42:40 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-10-02 20:42:40 +0200
commit1cd5398a59202b7782d894beb86c3de450783441 (patch)
tree0e07dc35ef2ae07f741443def57dbc4bfc583253
parent8c0ced091ce1122dec5f1d414e094f7129c9b846 (diff)
[ci] disable ui tests for now, due to missing packages in the runner
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
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