From 6e1434ce6ac58f83ec788bce9164992f73c6ee38 Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Wed, 6 Jun 2018 23:28:41 +0200
Subject: [PATCH] Disable tests in CI due to too slow execution

---
 .gitlab-ci.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index daa9982d9..80e5daf8d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ before_script:
 
 stages:
   - "build"
-  - "test"
+#  - "test"
   - "deploy-local"
   - "deploy-beta"
 
@@ -33,10 +33,10 @@ build:
     paths:
       - "*.apk"
 
-unitTests:
-  stage: "test"
-  script:
-    - "./gradlew check"
+#test:
+#  stage: "test"
+#  script:
+#    - "./gradlew check"
 
 deploy-local:
   stage: "deploy-local"
-- 
GitLab