From 04f2e804a50ea2bf054c10a16e7442814a02d7a4 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Tue, 4 Feb 2020 11:30:38 +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 40e0b67..2a44f7b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,7 +46,7 @@ unittests:
   tags: [ docker ]
   stage: test
   script:
-    - /etc/init.d/mysql status || echo "failed"
+    - service mysql status || echo "failed"
     - cp config.defaults .config
     - echo "MYSQL_USER_PASSWORD=caosdb1234" >> .config
     - . .config || echo "failed"
-- 
GitLab