diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index def9ef39a0a7662b561701cbf13c8b05873bd3d1..b51a40a1ae7224da3c7be42cb24582ebfea5500a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,11 +51,11 @@ job_test_gui_windows:
     - python --version
     - python -m unittest test.test_main
 
-job_test_gui_ubuntu:
-  stage: test
-  tags:
-    - ci-ubuntu
-  script:
-    - python3 --version
-    - DISPLAY=':10.0' python3 -m unittest test.test_main
+#job_test_gui_ubuntu:
+#  stage: test
+#  tags:
+#    - ci-ubuntu
+#  script:
+#    - python3 --version
+#    - DISPLAY=':10.0' python3 -m unittest test.test_main