summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ca9feb..a8025f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,10 +19,11 @@ stages:
19 - test 19 - test
20 - deploy 20 - deploy
21 21
22cache-maven: 22# Can't do this, it tries to fetch buildstuffs which is outdated...
23 stage: cache 23# cache-maven:
24 script: 24# stage: cache
25 - ./mvnw dependency:go-offline 25# script:
26# - ./mvnw dependency:go-offline
26 27
27lint-pre-commit: 28lint-pre-commit:
28 stage: lint 29 stage: lint