Added jq to CI

This commit is contained in:
Kevin R
2022-03-23 14:22:26 +01:00
parent 173592e348
commit 6f5a182c77

View File

@@ -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