From 436a7dbb734f58a254bed6c9d28908033b537bf8 Mon Sep 17 00:00:00 2001
From: stuebinm <stuebinm@disroot.org>
Date: Wed, 29 Dec 2021 04:55:55 +0100
Subject: [PATCH] pipeline's not lazy enough

(thanks to jonathan for showing me that this exists)
---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 91052fb..3a19e81 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,10 +17,10 @@ build-job:
   artifacts:
     paths:
       - dist
-    cache:
-      key: '$CI_JOB_NAME-$CI_COMMIT_REF_SLUG'
-      paths:
-        - dist
+  cache:
+    key: '$CI_JOB_NAME-$CI_COMMIT_REF_SLUG'
+    paths:
+      - dist
 
 trigger-mapservice-pipeline:
   only:
-- 
GitLab