Skip to content
Snippets Groups Projects
Commit ccd33d95 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #3761

Closes #3761

Merge request studip/studip!2633
parent 11aa15bc
No related branches found
No related tags found
1 merge request!2633fixes #3761
Pipeline #20381 passed
......@@ -64,6 +64,11 @@ stages:
paths:
- .npm
.definitions:
mariadb-service: &mariadb-service
- name: mariadb
command: [ "--sql_mode=","--character-set-client=utf8","--character-set-server=utf8","--collation-server=utf8_unicode_ci"]
build-composer:
stage: build
needs: []
......@@ -283,8 +288,7 @@ test-functional:
<<: *composer-cache
policy: pull
services:
- name: mariadb
command: ["--sql_mode="]
- *mariadb-service
allow_failure: false
interruptible: true
before_script:
......@@ -308,8 +312,7 @@ test-jsonapi:
<<: *composer-cache
policy: pull
services:
- name: mariadb
command: ["--sql_mode="]
- *mariadb-service
variables:
JSONAPI_XML_REPORT: $REPORT_DIR/jsonapi-report.xml
interruptible: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment