From: rinpatch Date: Thu, 29 Nov 2018 08:45:14 +0000 (+0300) Subject: Add dependency caching X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=2a58f5dcaacb8a9cf396a37b361015ff4b58db44;p=akkoma Add dependency caching --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c28468cd4..ec67607c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,9 @@ variables: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres DB_HOST: postgres - +cache: + paths: + - deps stages: - lint - test