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

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

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