diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2022-06-21 14:57:11 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2022-06-21 14:57:11 +0200 |
| commit | 4510e1d134c7ba59e8f6a5ffdf90643c659a13ca (patch) | |
| tree | 3430c7f6edf0dd7f946943fca60b564a469d6096 | |
| parent | eb5d2f91afbc3ddb256dc6f8905b63a98cc9692e (diff) | |
unit tests don't need no database, re #606
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 947e129..f3a79ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,8 +24,6 @@ Linting: - php -d memory_limit=-1 composer/bin/phplint Unit Test: - services: - - mariadb image: studip/studip:tests stage: Tests allow_failure: false @@ -110,4 +108,4 @@ Release: link_type: package - name: "Stud.IP-Release-$CI_COMMIT_TAG.tar.gz" url: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/jobs/${GE_JOB_ID}/artifacts/.pkg/studip-release-$CI_COMMIT_TAG.tar.gz" - link_type: package
\ No newline at end of file + link_type: package |
