From: Rin Toshaka Date: Tue, 18 Dec 2018 20:06:53 +0000 (+0100) Subject: Improve CI cache X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=f685351c1ea466715a3cb29e5d6e5ca301a15311;p=akkoma Improve CI cache --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ea652086..e37d318f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ cache: key: ${CI_COMMIT_REF_SLUG} paths: - deps + - _build stages: - lint - test @@ -23,6 +24,7 @@ before_script: - mix deps.get - MIX_ENV=test mix ecto.create - MIX_ENV=test mix ecto.migrate + - mix compile --force lint: stage: lint