Unit tests no longer require a mariadb installation

This commit is contained in:
ceikry 2023-07-30 13:44:29 -05:00 committed by Ceikry
parent c1b138355b
commit 958ee561e5

View file

@ -25,11 +25,6 @@ cache:
verify:jdk11:
stage: build
script:
- 'apt-get install -q -y --no-install-recommends mariadb-server'
- 'mysqld_safe &'
- 'sleep 3'
- 'mysql -u root < Server/db_exports/global.sql'
- 'mysql -u root < Server/db_exports/testuser.sql'
- 'cd Server'
- 'mvn $MAVEN_CLI_OPTS verify'
except: