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:
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment