From 6f5a182c7796d16f8cd1090786b897d10c0279c6 Mon Sep 17 00:00:00 2001 From: Kevin R Date: Wed, 23 Mar 2022 14:22:26 +0100 Subject: [PATCH] Added jq to CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c4cf4d..cbb9e3b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ variables: before_script: - export DEBIAN_FRONTEND= noninteractive - apt-get update -y - - apt-get install -y zip unzip nodejs jsonlint + - apt-get install -y zip unzip nodejs jsonlint jq stages: - build