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