diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 921e960f53bdfda354ab55e4f0391736b62b174d..8383e8cfda0bb5b78d4d2bb0f6d9be483906fbea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,8 +15,8 @@ test_frontend:
 build_war:
   image: debian
   stage: build
-#  only:
-#    - tags
+  only:
+    - tags
   tags:
      - privileged
   artifacts:
@@ -92,8 +92,8 @@ build_rpm:
   stage: packaging
   dependencies:
     - build_war
-#  only:
-#    - tags
+  only:
+    - tags
   tags:
      - privileged
   artifacts:
@@ -110,8 +110,8 @@ rpmlint:
     - build_rpm
   tags:
      - privileged
-#  only:
-#    - tags
+  only:
+    - tags
   script:
     - yum -y install rpmlint
     - rpmlint rpm/rpmbuildtemp/RPMS/noarch/minerva-*.rpm