pipeline: backend: image: golang commands: - "make backend" frontend: image: node:6 commands: - make frontend