Something went wrong on our end
Select Git revision
.gitlab-ci.yml
-
Volker Schukai authoredVolker Schukai authored
.gitlab-ci.yml 255 B
image: node:latest
cache:
paths:
- node_modules/
stages:
- setup
- test
test:
stage: test
script:
- apt update && apt install -y jq gawk
- make test
include:
- template: Security/Secret-Detection.gitlab-ci.yml