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

Update .gitlab-ci.yml

parent 4734af75
No related branches found
No related tags found
1 merge request!33Resolve "Integrate dependency-check container with Sonarqube"
This commit is part of merge request !33. Comments created here will be created in the context of that merge request.
......@@ -51,8 +51,9 @@ Test Dependency Checker npm install:
Test Dependency Checker dependency_check:
stage: test:dependency_checker
image: its-registry.unl.edu/unl-its/docker-ci/dependency-check
entrypoint: ["/bin/ls -al"]
image:
name: its-registry.unl.edu/unl-its/docker-ci/dependency-check
entrypoint: ["/bin/ls -al"]
cache:
policy: pull
variables:
......
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