pipeline: backend: image: golang commands: - make build-server frontend: image: node commands: - cd client && yarn install - cd client && yarn generate