Skip to content
Snippets Groups Projects
Commit 21cc77ad authored by Raul Barreras's avatar Raul Barreras
Browse files

Update .gitlab-ci.yml

parent 2c561a8d
No related branches found
No related tags found
1 merge request!33Resolve "Integrate dependency-check container with Sonarqube"
......@@ -55,13 +55,15 @@ cache:
Test Dependency Checker dependency_check:
stage: test:dependency_checker
variables:
DEPENDENCY_CHECK_OUT_DIR: /tmp/dependency_check_results
before_script:
- cd t/dependency-check/simple-app
- docker run --rm -v "${PWD}:/work" -w /work node:alpine npm install
- ls -alr
- echo ${DEPENDENCY_CHECK_OUT_DIR}
tags:
- linux,dockerd
script:
- ls -alr
- echo ${DEPENDENCY_CHECK_OUT_DIR}
.Test Dependency Checker:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment