diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2e360eea8a76add5ce244f525df6a99a23f4b39..53713d74bbb4d8157d8784e986cd6f06835dbe42 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,8 +21,6 @@ install: build: stage: build - needs: - -job: install cache: key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR paths: @@ -36,6 +34,4 @@ build: run_tests: stage: test - needs: - - job: install script: npm run test:unit \ No newline at end of file