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:
template: Dependency-Scanning.gitlab-ci.yml
dependency_scanning:
except:
- develop
test-frontend:
image: node:lts-alpine
stage: test
@ -14,9 +18,6 @@ test-frontend:
paths:
- frontend/node_modules/
- frontend/.yarn
except:
- master
- develop
only:
changes:
- frontend/*