Add dependency caching
authorrinpatch <rinpatch@sdf.org>
Thu, 29 Nov 2018 08:45:14 +0000 (11:45 +0300)
committerrinpatch <rinpatch@sdf.org>
Thu, 29 Nov 2018 08:45:14 +0000 (11:45 +0300)
.gitlab-ci.yml

index c28468cd4782068ed41e3a69bda6a6a08db9a554..ec67607c3b47f8bfb0b4c822be8c15ca28ba3fbb 100644 (file)
@@ -8,7 +8,9 @@ variables:
   POSTGRES_USER: postgres
   POSTGRES_PASSWORD: postgres
   DB_HOST: postgres
-
+cache:
+  paths:
+          - deps
 stages:
   - lint
   - test