image: node:latest cache: paths: - node_modules/ before_script: - npm install sass_lint: script: "npm run sass-lint"