From ddf01bf15922fe5c8f7bf93f87b2c56425bfde40 Mon Sep 17 00:00:00 2001 From: britea Date: Sat, 7 Mar 2020 12:42:57 +0100 Subject: [PATCH] update 2 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 f587208..8db49f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,10 +14,11 @@ install_dependencies: - cd smarthut - npm install artifacts: - paths: node_modules/ + paths: + - node_modules/ testing_testing: stage: test script: - - cd smarthut + - cd smarthut - npm test \ No newline at end of file