before_script:
  - npm install

stages:
  - build

build_job:
  stage: build
  script:
    - npm run compile && echo "haha"
