diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 40de5cadacf9fbcac0fec1b7461391abfd9ae080..cc7a520b1e5831efc0c898c4c0ad33f2d1f8591c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,18 +1,20 @@
-stages:
-  - build
-  - test
+#stages:
+#  - build
+#  - test
+image: ubuntu:latest
 
-build:
-  stage: build
-  before_script:
+before_script:
     - echo "zzzzzz"
     - apt-get libc6-dev-i386
     - apt-get csh
     - python3 -m pip install PyQt5
-  script:
-    - cd python; make rc
+    - cd python && make rc
+    
+#  script:
+#    - cd python; make rc
 
 test:
-  stage: test
+#  stage: test
   script:
     - cd python; make check
+