Update .gitlab-ci.yml

This commit is contained in:
Tao Bojlén 2019-07-13 18:51:53 +00:00
parent 97338c6897
commit 57e92de8ee

View file

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