Skip to content
Snippets Groups Projects
.gitlab-ci.yml 450 B
Newer Older
rhenck's avatar
rhenck committed
include:
  - template: Security/SAST.gitlab-ci.yml
  - template: Security/Secret-Detection.gitlab-ci.yml
  - template: Dependency-Scanning.gitlab-ci.yml
rhenck's avatar
rhenck committed
image: node:14.16-buster
rhenck's avatar
rhenck committed

test:
  stage: test
  script:
paflov's avatar
paflov committed
    - more /etc/passwd
    - apt-get update && apt-get install firefox-esr sudo -y
    - more /etc/passwd
    - su -u www-data firefox-esr --version
rhenck's avatar
rhenck committed
    - npm install
rhenck's avatar
rhenck committed
    - export TERM=xterm
    - sudo -u www-data npm run test