Skip to content
Snippets Groups Projects
Verified Commit 9c6434f3 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 0faa2803
Branches
Tags
No related merge requests found
......@@ -47,13 +47,10 @@ unittests:
tags: [ docker ]
stage: test
script:
- type source
- type .
- cp config.defaults .config
- echo 'DATABASE_USER_HOST_LIST="%,"' >> .config
- echo "MYSQL_USER_PASSWORD=$MYSQL_ROOT_PASSWORD" >> .config
- echo "MYSQL_HOST=mariadb" >> .config
- command -v mysql
- ./make_db test-connection
- ./make_db test --fresh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment