include:
  #  import infra template
  - project: "taki-infra/template-ci"
    ref: main
    file: "templates/frontend/.frontend-angular-npm-node-18.yml"

variables:
  TARGET_APP_NAME: allocine


test:
  variables:
    SIZE: large
  script:
    - npm run test:ci || true
  allow_failure: true