From 0c93df7d7e64699e0ae7bca4edb8e83d96f55cdd Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Tue, 4 Feb 2020 13:13:10 +0100 Subject: [PATCH] WIP: pipeline --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7fc737..fd3bcc7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,10 +47,12 @@ unittests: tags: [ docker ] stage: test script: + - type source + - type . - cp config.defaults .config + - echo 'DATABASE_USER_HOST_LIST="%,"' >> .config - echo "MYSQL_USER_PASSWORD=caosdb1234" >> .config - echo "MYSQL_HOST=mariadb" >> .config - - echo 'DATABASE_USER_HOST_LIST="%,"' >> .config - command -v mysql - ./make_db test-connection - ./make_db test --fresh -- GitLab