From 1e706ae897a999d0c8f4f8306f70750eac179c31 Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Thu, 29 Oct 2020 13:28:58 +0100
Subject: [PATCH] Remove guru call. #39

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dbfd0a3a..808af8a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,12 +23,7 @@ before_script:
   - pwd
   - cp configuration/sample-production.engine.ini configuration/engine.ini
 
-simple_guru_help:
+no_test_cases:
   stage: test
   script:
-    - python3 guru.py -h
-
-#print_connection_status:
-#  stage: test
-#  script:
-#    - python3 guru.py -pcs
\ No newline at end of file
+    - echo "Nothing to see here..."
-- 
GitLab