From cfac9dfbd410c64f8f695c3a02a296ccf4a475cd Mon Sep 17 00:00:00 2001 From: Pascal Schmid Date: Sun, 20 Feb 2022 23:28:57 +0100 Subject: [PATCH] Don't start applications on test --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59d8561..8d016b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,4 +34,4 @@ test:elixir: variables: MIX_ENV: test script: - - mix test + - mix test --no-start