Update .gitlab-ci.yml

This commit is contained in:
Tao Bojlén 2019-07-20 17:49:32 +00:00
parent 51051d37a0
commit 7fe85958db
1 changed files with 4 additions and 3 deletions

View File

@ -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/*