X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitlab-ci.yml;h=7c240d9f1523dedd0c55ecba4d72e8692ff08369;hb=de981ac5a23673797951096b64a7f5ca49630467;hp=c28468cd4782068ed41e3a69bda6a6a08db9a554;hpb=e1c40b8ca288fe689cd78a96b34276089df3babe;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