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