diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 30c69af..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,11 +0,0 @@ -stages: - - lint - - -linter: - image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:latest - stage: lint - before_script: - - yarn install - script: - - yarn lint