diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d36052..3764bfa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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