Fix setup path

This commit is contained in:
Achilleas Pipinellis 2016-07-07 11:20:26 +03:00
parent 04300d300b
commit bf426e18ff

View file

@ -8,7 +8,7 @@ before_script:
test:
stage: test
script:
- ikiwiki --setup .ikiwiki/ikiwiki.setup --libdir themes/ikistrap/lib
- ikiwiki --setup ikiwiki.setup --libdir themes/ikistrap/lib
only:
- branches
- tags
@ -16,7 +16,7 @@ test:
pages:
stage: deploy
script:
- ikiwiki --setup .ikiwiki/ikiwiki.setup --libdir themes/ikistrap/lib
- ikiwiki --setup ikiwiki.setup --libdir themes/ikistrap/lib
artifacts:
paths:
- public