diff options
author | rinpatch <rinpatch@sdf.org> | 2018-11-29 11:45:14 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2018-11-29 11:45:14 +0300 |
commit | 2a58f5dcaacb8a9cf396a37b361015ff4b58db44 (patch) | |
tree | f55ac802a8731c946fe60b66f8c1e6d10abd3454 | |
parent | 73101c1fc1d8903bb002b920766a825e2f5434d4 (diff) | |
download | pleroma-2a58f5dcaacb8a9cf396a37b361015ff4b58db44.tar.gz |
Add dependency caching
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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 |