Update .gitlab-ci.yml

This commit is contained in:
Tao Bojlén 2019-07-13 18:51:53 +00:00
parent 97338c6897
commit 57e92de8ee
1 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,8 @@ test-frontend:
- yarn install
- yarn lint
cache:
- frontend/node_modules/
- frontend/.yarn
paths:
- frontend/node_modules/
- frontend/.yarn
except:
- master