diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8e92d353e3125d7910f6b627a12b69736df305fe..537c3e71f375310f958b02830d0005b9527f9459 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,10 +11,8 @@ build:
     - python3 -m pip install PyQt5
   script:
     - cd python; make rc
-  after_script:
-    - cd python; make check
 
-#test:
-#  - stage: test
-#  - script:
-#    - cd python; make check
+test:
+  stage: test
+  script:
+    - cd python; make check