build: stage: build image: gcc script: - autoreconf --install - ./configure - make artifacts: paths: - src/flame pages: stage: deploy image: gcc before_script: - apt update && apt -y install markdown imagemagick script: - cd deploy - ./build.sh artifacts: paths: - public