summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2020-06-04 22:57:27 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2020-06-04 22:57:27 +0200
commitb464b6b03d50f11dcfa7f981d9d4b2db69473dcc (patch)
treec458c71039081c8a344eb7bff2518d8fca7eeebf /.gitlab-ci.yml
parentb28d55e42438ba1fb129f2372c0c7a9ad2c018a5 (diff)
gitlab-ci: Install jq to avoid error from make check-syntax
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 67884599da..6b598e2e45 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ check-syntax:
stage: build
before_script:
- - apt-get update && apt-get -y --no-install-recommends install git ca-certificates make python python-apt
+ - apt-get update && apt-get -y --no-install-recommends install git ca-certificates make jq python python-apt
script:
- make check-syntax

© 2014-2024 Faster IT GmbH | imprint | privacy policy