image: elecnix/ikiwiki before_script: - apt-get update - apt-get install -y curl test: stage: test script: - cd backend; ikiwiki --setup ikiwiki.setup - mv html public only: - branches - tags pages: stage: deploy script: - cd backend; ikiwiki --setup ikiwiki.setup - mv html public artifacts: paths: - public only: - master