From 229f864b54e47594bc7a0f618a7db52030727283 Mon Sep 17 00:00:00 2001 From: Sofiya Tepikin Date: Sun, 19 Jun 2022 17:52:02 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) 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