Using own texlive image.
This commit is contained in:
parent
a6c3005d31
commit
2bdecddf9c
|
|
@ -58,9 +58,8 @@ documentation:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == "stable-1.5"
|
- if: $CI_COMMIT_BRANCH == "stable-1.5"
|
||||||
image: texlive/texlive
|
image: registry.gitlab.com/etherlab.org/build-container-factory/leap-15.2:texlive
|
||||||
script:
|
script:
|
||||||
- find documentation
|
|
||||||
- cd documentation
|
- cd documentation
|
||||||
- make
|
- make
|
||||||
- make index
|
- make index
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue