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

speed up ci, refs #606

parent 41dc18c9
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,12 @@ stages:
- Release
- Build
image: studip/studip:tests
services:
- mariadb
Linting:
stage: Checks
image: studip/studip:tests
allow_failure: false
before_script:
- make composer-dev
......@@ -24,7 +27,6 @@ Linting:
- php -d memory_limit=-1 composer/bin/phplint
Unit Test:
image: studip/studip:tests
stage: Tests
allow_failure: false
before_script:
......@@ -34,10 +36,7 @@ Unit Test:
- make test
Functional Test:
services:
- mariadb
stage: Tests
image: studip/studip:tests
allow_failure: false
before_script:
- chmod +x ./.gitlab/scripts/install_db.sh
......@@ -50,10 +49,7 @@ Functional Test:
- make test-functional
JSONAPI Test:
services:
- mariadb
stage: Tests
image: studip/studip:tests
allow_failure: false
before_script:
- chmod +x ./.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