From 048334fc3954618415987a2456f28510e6f9b557 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Tue, 16 Jul 2019 18:16:45 +0200
Subject: [PATCH] ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f10cff1b..55f60445 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,35 +47,16 @@ services:
 image: $CI_REGISTRY_IMAGE
 stages:
     - setup
-    - code-generation
-    - build
     - test
-    - clean
     - deploy
 
-#########
-# Build
-#########
-
-# compile the server
-build:server:
-    stage: build
+test:
+    stage: test
     script:
         - make easy-units
         - mvn dependency:purge-local-repository
         - mvn antlr4:antlr4
         - mvn compile
-
-########
-# Test
-########
-
-# junit tests for the server
-test:server:
-    stage: test
-    dependencies:
-        - build:server
-    script:
         - echo "defaultRealm = CaosDB" > conf/ext/usersources.ini
         - mvn test
 
-- 
GitLab