From bdb95d3a9ee0579859f248bd9a2c87e5b16413d8 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sun, 14 Jan 2018 00:08:40 +0100 Subject: [PATCH] added ecto migrate before script (with not much hope) Signed-off-by: Thomas Citharel --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e1714383..c03b3056c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,8 @@ before_script: - mix local.rebar --force - mix local.hex --force - mix deps.get + - MIX_ENV=test mix ecto.create + - MIX_ENV=test mix ecto.migrate mix: script: