Update .gitlab-ci.yml file

This commit is contained in:
Sofiya Tepikin
2022-06-19 17:52:02 +00:00
parent 09c808f99b
commit 229f864b54
-6
View File
@@ -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