From a4da3253740cbb04914d919339019f7ca24e238c Mon Sep 17 00:00:00 2001
From: Klaus-Dieter Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de>
Date: Sun, 27 Sep 2020 14:20:31 +0200
Subject: [PATCH] No unit tests currently, will be work for SWT next term

---
 .gitlab-ci.yml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8acccbe70..ee51db8f3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,17 +22,17 @@ tslint:
     - npm install
     - node_modules/tslint/bin/tslint -p ./tsconfig.json -c ./tslint.json --project
 
-unit_tests:
-  stage: test
-  tags:
-    - nodejs
-  allow_failure: false
-  dependencies: []
-  variables:
-    CHROME_BIN: /usr/bin/google-chrome
-  script:
-    - npm install
-    - npm test
+#unit_tests:
+#  stage: test
+#  tags:
+#    - nodejs
+#  allow_failure: false
+#  dependencies: []
+#  variables:
+#    CHROME_BIN: /usr/bin/google-chrome
+#  script:
+#    - npm install
+#    - npm test
 
 ngbuild:
   stage: build
-- 
GitLab