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
commitc399354c1b4d973afc0b7a78eca17b01f13eab19 (patch)
tree6521768ef13e068709f8fcf781423c819c857a36 /.gitlab-ci.yml
parent986a617195ced530718fe22ecc424da47cf56547 (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