summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-10-20 22:10:20 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-10-20 22:10:20 +0200
commit54d99cbb729bbce96cd833c820e2eda8bb745652 (patch)
tree6fdc7b34fbbe3a4acb32e028f9e8b4fe2178a46f /.gitlab-ci.yml
parentccd1e75e35e9b6d82f4f7f4768b624a8a07bd686 (diff)
CI: Install libmagic-dev in debian release targets
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 06cf614c2..fd0c5c8d4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -198,7 +198,7 @@ amd64:
variables: &release-variables
MIX_ENV: prod
before_script: &before-release
- - apt-get update && apt-get install -y cmake
+ - apt-get update && apt-get install -y cmake libmagic-dev
- echo "import Mix.Config" > config/prod.secret.exs
- mix local.hex --force
- mix local.rebar --force