diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 935a1d26..0a291a92 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,6 @@ image: node:16.13 stages: - install-dependencies - - test - build Install Dependencies: @@ -14,15 +13,6 @@ Install Dependencies: paths: - node_modules -ESLinter: - stage: test - script: - - node ./node_modules/eslint/bin/eslint.js src/ - cache: - key: ${CI_COMMIT_BRANCH} - paths: - - node_modules - Build Nitro: stage: build script: