From f08f553f848d4e995c0e99e6febf914fe820fd4a Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:27:16 +0000 Subject: [PATCH] fix: Download deps before running ping task --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e399b7d..87d5444 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,4 +27,8 @@ ping: needs: - "wait" script: + - mix local.hex --force + - mix local.rebar --force + - mix deps.get + - mix compile - mix pre_dot_hn.ping