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

Update .gitlab-ci.yml

parent d3ca2dbd
No related branches found
No related tags found
1 merge request!33Resolve "Integrate dependency-check container with Sonarqube"
......@@ -65,7 +65,7 @@ Test Dependency Checker sonar-scanner:
- sonar-scanner -v
.Test Dependency Checker dependency_check:
Test Dependency Checker dependency_check:
stage: test:dependency_checker
image:
name: its-registry.unl.edu/unl-its/docker-ci/dependency-check
......@@ -77,7 +77,7 @@ Test Dependency Checker sonar-scanner:
tags:
- docker
script:
- dependency_check.sh -v
- dependency_check -v
.Test Dependency Checker:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment