clone: git: image: plugins/git pipeline: backend: image: golang commands: - "make backend" extra_hosts: - archvm:192.168.0.6 frontend: image: node:6 commands: - make frontend