Skip to content
Snippets Groups Projects
Commit b9fa1d3d authored by Daniel Hornung's avatar Daniel Hornung
Browse files

STY DOC: .gitlab-ci.yml with mysql instead of mariadb.

parent be54ef41
No related branches found
No related tags found
2 merge requests!7Release v5.0.0,!4CI pipeline for mysql unit tests
Pipeline #9792 failed
......@@ -21,6 +21,7 @@
services:
- mariadb:10.4
- mysql:8.0
variables:
DEPLOY_REF: dev
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/src/caosdb-mysqlbackend/testenv:latest
......@@ -62,7 +63,7 @@ unittests:
- cp config.defaults .config
- echo 'DATABASE_USER_HOST_LIST="%,"' >> .config
- echo "MYSQL_USER_PASSWORD=$MYSQL_ROOT_PASSWORD" >> .config
- echo "MYSQL_HOST=mariadb" >> .config
- echo "MYSQL_HOST=mysql" >> .config
- sleep 10
- make install
- ./utils/make_db restore_db tests/example.dump.sql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment