From 57e92de8ee73fcc4bdd31e03939074bb34f73a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tao=20Bojl=C3=A9n?= <2803708-taobojlen@users.noreply.gitlab.com> Date: Sat, 13 Jul 2019 18:51:53 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 125cce7..4fbe196 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,8 @@ test-frontend: - yarn install - yarn lint cache: - - frontend/node_modules/ - - frontend/.yarn + paths: + - frontend/node_modules/ + - frontend/.yarn except: - master \ No newline at end of file