image: node:16 cache: paths: - node_modules/ stages: - setup - test test: stage: test script: - apt-get update && apt-get install -y jq gawk plantuml - make test include: - template: Security/Secret-Detection.gitlab-ci.yml