From 69eee7c049843cf49c9c769d029a4f41b5b45eba Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 17 Jan 2026 19:56:52 +0200 Subject: Fix CI --- .gitlab-ci.yml | 9 +++++---- 1 file 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: - test - deploy -cache-maven: - stage: cache - script: - - ./mvnw dependency:go-offline +# Can't do this, it tries to fetch buildstuffs which is outdated... +# cache-maven: +# stage: cache +# script: +# - ./mvnw dependency:go-offline lint-pre-commit: stage: lint -- cgit v1.2.3