diff --git a/ci-templates/industrial-ci-templates.yml b/ci-templates/industrial-ci-templates.yml
index b59a8ef6e0574a5621dd7cadd831c365ed0896a4..e164a99e785e18fbdc6239daba8463efdf07e32d 100644
--- a/ci-templates/industrial-ci-templates.yml
+++ b/ci-templates/industrial-ci-templates.yml
@@ -22,7 +22,7 @@
     DOCKER_PUSH_TAG: ${CI_COMMIT_REF_SLUG}
     DDEPLOY_YAML: ddeploy.yaml
   before_script:
-    - apk add --update python3 git py3-pip git-lfs bash curl
+    - apk add --update python3 git py3-pip git-lfs bash curl jq
     # forward the SSH authentication into the Docker executor
     - "which ssh-agent || ( apk update && apk add openssh-client )"
     - eval $(ssh-agent -s)