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: ...@@ -64,6 +64,11 @@ stages:
paths: paths:
- .npm - .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: build-composer:
stage: build stage: build
needs: [] needs: []
...@@ -283,8 +288,7 @@ test-functional: ...@@ -283,8 +288,7 @@ test-functional:
<<: *composer-cache <<: *composer-cache
policy: pull policy: pull
services: services:
- name: mariadb - *mariadb-service
command: ["--sql_mode="]
allow_failure: false allow_failure: false
interruptible: true interruptible: true
before_script: before_script:
...@@ -308,8 +312,7 @@ test-jsonapi: ...@@ -308,8 +312,7 @@ test-jsonapi:
<<: *composer-cache <<: *composer-cache
policy: pull policy: pull
services: services:
- name: mariadb - *mariadb-service
command: ["--sql_mode="]
variables: variables:
JSONAPI_XML_REPORT: $REPORT_DIR/jsonapi-report.xml JSONAPI_XML_REPORT: $REPORT_DIR/jsonapi-report.xml
interruptible: true interruptible: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment