From b464b6b03d50f11dcfa7f981d9d4b2db69473dcc Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Thu, 4 Jun 2020 22:57:27 +0200 Subject: gitlab-ci: Install jq to avoid error from make check-syntax --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3