image: elecnix/ikiwiki test: stage: test script: - cd backend; ikiwiki --setup ikiwiki.setup only: - branches - tags pages: stage: deploy script: - cd backend; ikiwiki --setup ikiwiki.setup artifacts: paths: - html only: - master