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