front-lint: image: node:15-alpine allow_failure: true script: - cd front - yarn - yarn lint:fix front-build: image: node:15-alpine script: - cd front - yarn - yarn build