Skip to content
Snippets Groups Projects
Commit ebdba148 authored by David Siegfried's avatar David Siegfried
Browse files

run always tests, refs #606

parent fd98ac89
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,6 @@ Linting: ...@@ -18,8 +18,6 @@ Linting:
stage: Checks stage: Checks
image: studip/studip:tests image: studip/studip:tests
allow_failure: false allow_failure: false
rules:
- if: $CI_COMMIT_BRANCH == 'main'
before_script: before_script:
- make composer-dev - make composer-dev
script: script:
...@@ -31,8 +29,6 @@ Unit Test: ...@@ -31,8 +29,6 @@ Unit Test:
image: studip/studip:tests image: studip/studip:tests
stage: Tests stage: Tests
allow_failure: false allow_failure: false
rules:
- if: $CI_COMMIT_BRANCH == 'main'
before_script: before_script:
- cp ./docker/studip/config_local.php ./config/config_local.inc.php - cp ./docker/studip/config_local.php ./config/config_local.inc.php
- cp ./config/config.inc.php.dist ./config/config.inc.php - cp ./config/config.inc.php.dist ./config/config.inc.php
...@@ -45,8 +41,6 @@ Functional Test: ...@@ -45,8 +41,6 @@ Functional Test:
stage: Tests stage: Tests
image: studip/studip:tests image: studip/studip:tests
allow_failure: false allow_failure: false
rules:
- if: $CI_COMMIT_BRANCH == 'main'
before_script: before_script:
- chmod +x ./.gitlab/scripts/install_db.sh - chmod +x ./.gitlab/scripts/install_db.sh
- ./.gitlab/scripts/install_db.sh - ./.gitlab/scripts/install_db.sh
...@@ -63,8 +57,6 @@ JSONAPI Test: ...@@ -63,8 +57,6 @@ JSONAPI Test:
stage: Tests stage: Tests
image: studip/studip:tests image: studip/studip:tests
allow_failure: false allow_failure: false
rules:
- if: $CI_COMMIT_BRANCH == 'main'
before_script: before_script:
- chmod +x ./.gitlab/scripts/install_db.sh - chmod +x ./.gitlab/scripts/install_db.sh
- ./.gitlab/scripts/install_db.sh - ./.gitlab/scripts/install_db.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment