From d81a7743cabf5d20bc5e8d709af09a659288f3b7 Mon Sep 17 00:00:00 2001
From: Johannes Loher <johannes.loher@fg4f.de>
Date: Sun, 27 Dec 2020 14:37:32 +0100
Subject: [PATCH] gitlab-ci: only install dependencies on package-lock.json
 change

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2b8d1b0..4127337 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,9 +22,9 @@ install-dependencies:
     cache:
         <<: *global_cache
         policy: pull-push
-    # only:
-    #     changes:
-    #         - package-lock.json
+    only:
+        changes:
+            - package-lock.json
 
 lint:
     stage: test