diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ceb650e..b56a6f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,4 +46,4 @@ lint-test-job: # This job also runs in the test stage. script: - echo "Linting code..." - npm i - - npm lint + - npm run lint