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

WIP: pipeline

parent 7d8ffd75
Branches
Tags
No related merge requests found
...@@ -45,6 +45,10 @@ unittests: ...@@ -45,6 +45,10 @@ unittests:
stage: test stage: test
script: script:
- cp config.defaults .config - cp config.defaults .config
- cat .config
- whereis mysql
- command -v mysql
- ./make_db test-connection
- ./make_db test --fresh - ./make_db test --fresh
# Build a docker image in which tests for this repository can run # Build a docker image in which tests for this repository can run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment