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
  ARTIFACT_PATH: dist/allocine

build:
  artifacts:
    paths:
      - dist/allocine
  variables:
    SIZE: large

test:
  variables:
    SIZE: large