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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3808aba..40e0b67 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,7 +46,7 @@ unittests:
   tags: [ docker ]
   stage: test
   script:
-    - systemctl --no-pager status mysqld.service || echo "failed"
+    - /etc/init.d/mysql status || echo "failed"
     - cp config.defaults .config
     - echo "MYSQL_USER_PASSWORD=caosdb1234" >> .config
     - . .config || echo "failed"
-- 
GitLab