.npm-test: image: $NODE_IMAGE stage: verify before_script: - npm install -g rimraf karma script: - cd $FRONTEND_DIR - npm run test-ci