diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04d9d88..984d95e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,8 +10,7 @@ before_script: test: script: - - npm install snyk - - npm run snyk # Refer to "scripts" in package.json + - npm install snyk && npm run snyk # Refer to "scripts" in package.json - npm run hexo only: