stages: - build build: stage: build tags: - docker image: golang:1.9.2 script: - make artifacts: paths: - bin/get_imap_attachments expire_in: 1 day