From 333e3ba875879a1fbaee601f9db57b97e4592352 Mon Sep 17 00:00:00 2001
From: Dennis Eisold <de@itstall.de>
Date: Mon, 2 Dec 2019 05:21:15 +0100
Subject: [PATCH] Removed clean stage from .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3564851..ea3af64 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,14 +4,9 @@ cache:
   key: EnigmaCache
 
 stages:
-  - clean
   - build
   - test
 
-Clean Project files:
-  stage: clean
-  script: mvn clean
-
 Compile new version:
   stage: build
   script: mvn compile
-- 
GitLab