fix: Speed up CI builds with more caches

This commit is contained in:
Robert Prehn 2021-02-26 17:28:23 -06:00
parent 7bdbbefdf2
commit d73226892a

View file

@ -7,6 +7,8 @@ cache:
paths: paths:
- _build/ - _build/
- deps/ - deps/
- node_modules/
- apps/app/assets/node_modules/
variables: variables:
POSTGRES_PASSWORD: "postgres" POSTGRES_PASSWORD: "postgres"
@ -19,7 +21,7 @@ variables:
test: test:
stage: test stage: test
needs: [] needs: []
image: "elixir:1.10" image: "elixir:1.11.3-alpine"
services: services:
- name: postgres:12 - name: postgres:12
script: script/cibuild script: script/cibuild