diff options
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 304052c..d1b4ae4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,9 @@ before_script: test: stage: test script: - - cd backend; ikiwiki --setup ikiwiki.setup + - cd backend + - ikiwiki --setup ikiwiki.setup + - cd .. - mv html public only: - branches @@ -16,7 +18,9 @@ test: pages: stage: deploy script: - - cd backend; ikiwiki --setup ikiwiki.setup + - cd backend + - ikiwiki --setup ikiwiki.setup + - cd .. - mv html public artifacts: paths: |