X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=.gitlab-ci.yml;h=8ea652086da7e3b594b411c1650cc9d3abc5650e;hb=1de0aa2f1025d4a860a11e658ce5fed26fe1c4ad;hp=d852e7ae4685e759f294601160cd1fc7f1c033ab;hpb=c5dc7e6e3166674744b33f0a098622f263edb605;p=akkoma diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d852e7ae4..8ea652086 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: elixir:1.5 +image: elixir:1.7.2 services: - postgres:9.6.2 @@ -7,7 +7,12 @@ variables: POSTGRES_DB: pleroma_test POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres + DB_HOST: postgres +cache: + key: ${CI_COMMIT_REF_SLUG} + paths: + - deps stages: - lint - test