From 96d31272ee845f891960530d83b3faa58bd6bf53 Mon Sep 17 00:00:00 2001
From: rschoene <rene.schoene@tu-dresden.de>
Date: Thu, 16 Apr 2020 18:18:44 +0200
Subject: [PATCH] Testing with "--no-daemon" build

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 085e78f..1bda472 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ build:
   image: openjdk:8
   stage: build
   script:
-    - ./gradlew --console=plain assemble jar
+    - ./gradlew --console=plain --no-daemon assemble jar
   artifacts:
     paths:
       - "/builds/jastadd/relational-rags/build/libs/relast-*.jar"
@@ -23,4 +23,4 @@ test:
   image: openjdk:8
   stage: test
   script:
-    - ./gradlew --console=plain --info test
+    - ./gradlew --console=plain --no-daemon --info test
-- 
GitLab