image: node:latest cache: paths: - node_modules/ stages: - setup - test sast: stage: test test: stage: test script: - apt update && apt install -y jq - make test include: - template: Security/SAST.gitlab-ci.yml