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