From 457f77029fde8b2dcc0bfdd245aea9dc894f022f Mon Sep 17 00:00:00 2001
From: rschoene <rene.schoene@tu-dresden.de>
Date: Thu, 16 Apr 2020 14:31:22 +0200
Subject: [PATCH] comment our test stage

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 32e5ec3..08fab7f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,8 +12,8 @@ build:
     paths:
       - "/builds/jastadd/relational-rags/build/libs/*relast*.jar"
 
-test:
-  image: openjdk:8
-  stage: test
-  script:
-    - ./gradlew --console=plain --info test
+# test:
+#   image: openjdk:8
+#   stage: test
+#   script:
+#     - ./gradlew --console=plain --info test
-- 
GitLab