From f88ab4b17e65c0d0b7964eca9cb11b5e610577c0 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 8 May 2018 21:42:19 +0200 Subject: [PATCH] cache build output --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9efd053..327a40f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ cache: paths: - node_modules/ + - public/ stages: - build