.npm-lint: image: $NODE_IMAGE stage: verify before_script: - > if [ "$FRONTEND_DIR" != "" ]; then cd $FRONTEND_DIR fi script: - npm run ci:lint