diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index afc787c5320014d65b1119ba051f4722fba2474f..1380d0b6bfff1dc6ce8932db3bd4e798c5794feb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,13 +29,10 @@ job_test_gui_ubuntu_vnc:
   before_script:
     - apt-get install -y libgl1-mesa-glx
   script:
-    # because not already in image
     - pip install pyside2
     # -platform because running with a screen is not supported
     # https://stackoverflow.com/questions/17106315/failed-to-load-platform-plugin-xcb-while-launching-qt5-app-on-linux-without
-    - python3 ./testingtest/test_main.py -platform vnc
-    - QT_QPA_PLATFORM=vnc python3 ./testintestpyside/test_main.py
-    - QT_QPA_PLATFORM=vnc python3 ./gui_nikko/test_widgets.py
+    - QT_QPA_PLATFORM=vnc python3 ./soitool/main.py
 
 job_test_gui_windows:
   stage: test
@@ -43,9 +40,7 @@ job_test_gui_windows:
     - ci-windows
   script:
     - python --version
-    - python ./testingtest/test_main.py
-    - python ./testintestpyside/test_main.py
-    - python ./gui_nikko/test_widgets.py
+    - python ./soitool/main.py
 
 job_test_gui_ubuntu:
   stage: test
@@ -53,7 +48,5 @@ job_test_gui_ubuntu:
     - ci-ubuntu
   script:
     - python3 --version
-    - DISPLAY=':10.0' python3 ./testingtest/test_main.py
-    - DISPLAY=':10.0' python3 ./testintestpyside/test_main.py
-    - DISPLAY=':10.0' python3 ./gui_nikko/test_widgets.py
+    - DISPLAY=':10.0' python3 ./soitool/main.py