From ebdba1486667fe0003664fca4419a70bef050096 Mon Sep 17 00:00:00 2001
From: David Siegfried <david.siegfried>
Date: Tue, 21 Jun 2022 14:18:51 +0200
Subject: [PATCH] run always tests, refs #606

---
 .gitlab-ci.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8fd88f7b92e..947e12916a3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,8 +18,6 @@ Linting:
   stage: Checks
   image: studip/studip:tests
   allow_failure: false
-  rules:
-    - if: $CI_COMMIT_BRANCH == 'main'
   before_script:
     - make composer-dev
   script:
@@ -31,8 +29,6 @@ Unit Test:
   image: studip/studip:tests
   stage: Tests
   allow_failure: false
-  rules:
-    - if: $CI_COMMIT_BRANCH == 'main'
   before_script:
     - cp ./docker/studip/config_local.php ./config/config_local.inc.php
     - cp ./config/config.inc.php.dist ./config/config.inc.php
@@ -45,8 +41,6 @@ Functional Test:
   stage: Tests
   image: studip/studip:tests
   allow_failure: false
-  rules:
-    - if: $CI_COMMIT_BRANCH == 'main'
   before_script:
     - chmod +x ./.gitlab/scripts/install_db.sh
     - ./.gitlab/scripts/install_db.sh
@@ -63,8 +57,6 @@ JSONAPI Test:
   stage: Tests
   image: studip/studip:tests
   allow_failure: false
-  rules:
-    - if: $CI_COMMIT_BRANCH == 'main'
   before_script:
     - chmod +x ./.gitlab/scripts/install_db.sh
     - ./.gitlab/scripts/install_db.sh
-- 
GitLab