X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitlab-ci.yml;h=7c240d9f1523dedd0c55ecba4d72e8692ff08369;hb=66380b0641534f252f297b67b03d811a714b848d;hp=c28468cd4782068ed41e3a69bda6a6a08db9a554;hpb=b451a92d78b184dda63e6647f815f89c0e37fd98;p=akkoma diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c28468cd4..7c240d9f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,11 @@ variables: POSTGRES_PASSWORD: postgres DB_HOST: postgres +cache: + key: ${CI_COMMIT_REF_SLUG} + paths: + - deps + - _build stages: - lint - test