Skip to content
Snippets Groups Projects

CI pipeline for mysql unit tests

Merged Daniel Hornung requested to merge f-mysql-test into dev
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -20,9 +20,9 @@
#
services:
- name: mariadb:10.4
- mariadb:10.4
- name: mysql:8.0
command: --default-authentication-plugin=mysql_native_password
command: ["--default-authentication-plugin=mysql_native_password"]
variables:
DEPLOY_REF: dev
@@ -59,7+59,7 @@
######## Test ########
# Run the unit tests
unittests:
tags: [ docker ]
stage: test
Loading