image: lbmc/pandoc:2.11

stages:
  - build

build:
  stage: build
  script:
    - make
  artifacts:
    paths:
      - public
  only:
    - master