Update .gitlab-ci.yml
This commit is contained in:
parent
51051d37a0
commit
7fe85958db
|
@ -1,6 +1,10 @@
|
||||||
include:
|
include:
|
||||||
template: Dependency-Scanning.gitlab-ci.yml
|
template: Dependency-Scanning.gitlab-ci.yml
|
||||||
|
|
||||||
|
dependency_scanning:
|
||||||
|
except:
|
||||||
|
- develop
|
||||||
|
|
||||||
test-frontend:
|
test-frontend:
|
||||||
image: node:lts-alpine
|
image: node:lts-alpine
|
||||||
stage: test
|
stage: test
|
||||||
|
@ -14,9 +18,6 @@ test-frontend:
|
||||||
paths:
|
paths:
|
||||||
- frontend/node_modules/
|
- frontend/node_modules/
|
||||||
- frontend/.yarn
|
- frontend/.yarn
|
||||||
except:
|
|
||||||
- master
|
|
||||||
- develop
|
|
||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- frontend/*
|
- frontend/*
|
||||||
|
|
Loading…
Reference in a new issue