Update .gitlab-ci.yml file
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
image: node:14
|
||||
|
||||
# This folder is cached between builds
|
||||
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
|
||||
cache:
|
||||
paths:
|
||||
- node_modules/
|
||||
|
||||
test_async:
|
||||
script:
|
||||
- npm install
|
||||
|
||||
Reference in New Issue
Block a user