front-lint: image: node:15-alpine allow_failure: true before_script: - apk add python make script: - cd front - yarn - yarn lint:fix front-build: image: node:15-alpine before_script: - apk add python make script: - cd front - yarn - yarn build