fix: Revert Elixir version in CI

This commit is contained in:
Robert Prehn 2021-02-26 19:11:22 -06:00
parent d73226892a
commit d562855024

View file

@ -21,7 +21,7 @@ variables:
test: test:
stage: test stage: test
needs: [] needs: []
image: "elixir:1.11.3-alpine" image: "elixir:1.10"
services: services:
- name: postgres:12 - name: postgres:12
script: script/cibuild script: script/cibuild