diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad86352b..3ddda749 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,22 +1,10 @@ image: node:10 stages: - - build - test -cache: - paths: - - node_modules/ - -install_dependencies: - stage: build - script: - - yarn - artifacts: - paths: - - node_modules/ - run_tests: stage: test script: + - yarn - yarn test