From 01c1bd3a8d486fb71bd8f7d944f7bcc99a70c578 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Fri, 18 Feb 2022 14:24:46 +0100 Subject: [PATCH] Try caching pip --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9217ca8..64356d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,10 @@ before_script: - pip install pycco - pip install django_coverage_plugin +cache: + paths: + - ~/.cache/pip/ + test_and_coverage: stage: test script: