transmogrifier: significantly rework handling of peertube videos, add test
[akkoma] / .gitlab-ci.yml
index 8ea652086da7e3b594b411c1650cc9d3abc5650e..54215c318663a60778336c7248d7a4ac4e556ad3 100644 (file)
@@ -13,6 +13,7 @@ cache:
   key: ${CI_COMMIT_REF_SLUG}
   paths:
           - deps
+          - _build
 stages:
   - lint
   - test
@@ -21,6 +22,7 @@ before_script:
   - mix local.hex --force
   - mix local.rebar --force
   - mix deps.get
+  - mix compile --force
   - MIX_ENV=test mix ecto.create
   - MIX_ENV=test mix ecto.migrate