From 49b74c189bafdc48bca1ad88dd71fad615c9f4ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tao=20Bojl=C3=A9n?= <2803708-tao_oat@users.noreply.gitlab.com> Date: Tue, 6 Oct 2020 16:53:05 +0100 Subject: [PATCH] use elixir 1.10 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ed868b..2a9ebbb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ test-frontend: test-backend: stage: test - image: elixir:1.9 + image: elixir:1.10 variables: MIX_ENV: test only: