From 94a65259b815cf2d8fd009a5e637e65b92165f77 Mon Sep 17 00:00:00 2001 From: Wouter Horlings Date: Thu, 21 Jan 2021 13:45:02 +0100 Subject: [PATCH] Add graphics folder to cache --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b04bd69..e6d3762 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,9 @@ final_report: script: - apk update; apk add make - make -j + cache: + paths: + - graphics/ artifacts: paths: - report.pdf