diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c47410f806bfe2f62937d2740d77348e0df411fc..d37bd15d9d57535a688729e579f57668574306c9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 stages:
   - checks
-  - tests
   - package
+  - tests
   - coverage
 
 variables:
@@ -98,15 +98,15 @@ image:poetry:
   extends: .image
   variables:
     KIND: "poetry"
-  rules:
-    - when: manual
+#  rules:
+#    - when: manual
 
 image:pip:
   extends: .image
   variables:
     KIND: "pip"
-  rules:
-    - when: manual
+#  rules:
+#    - when: manual
 
 pypi_test:
   stage: package