From 0e295401dfde0406e16cc59cd56b57c5f09b33a8 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Mon, 24 Jun 2024 16:15:00 +0200 Subject: [PATCH] Add pip cache --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d21963..66d6170 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,11 @@ image: - "/bin/sh" - "-c" +# Cache pip deps to speed up builds +cache: + paths: + - .cache/pip + test_and_coverage: stage: build coverage: "/^TOTAL.*\\s+(\\d+\\%)$/"