diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 608649c..4be7128 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,13 +12,14 @@ install_dependencies: stage: build script: - cd smart-hut - - npm install + - yarn install artifacts: paths: + - cd smart-hut - node_modules/ testing_testing: stage: test script: - cd smart-hut - - npm test \ No newline at end of file + - yarn test \ No newline at end of file