From a2c796ed549b2978337fc60ac5311202288689a7 Mon Sep 17 00:00:00 2001 From: rschoene <rene.schoene@tu-dresden.de> Date: Thu, 16 Apr 2020 14:28:18 +0200 Subject: [PATCH] Disable test for now to speed up pipeline. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5acfe0e..32e5ec3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ stages: - build -- test +# - test build: image: openjdk:8 -- GitLab