stages:
- build
build:
image: wiidocker:latest
stage: build
only:
- main
artifacts:
paths:
- publish/
script:
- make && make publish