From 8261bf12469355589030176a3cc7eaa0f39448d7 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Tue, 4 Feb 2020 09:59:11 +0100
Subject: [PATCH] WIP: pipeline

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 578f5ac..e2a030f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,6 +48,8 @@ unittests:
     - cat .config
     - whereis mysql
     - command -v mysql
+    - ls
+    - ./make_db bla || echo "failed"
     - ./make_db test-connection
     - ./make_db test --fresh
 
-- 
GitLab