mirror of
https://git.fifo-f.eu/tex-projects/books/dr-jekyll-and-mr-hyde-latex.git
synced 2025-04-19 08:28:07 +02:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
a66c802d79
commit
705f8f8ca7
1 changed files with 4 additions and 3 deletions
|
@ -14,13 +14,14 @@ variables:
|
||||||
# thomasweise/docker-texlive-full
|
# thomasweise/docker-texlive-full
|
||||||
# thomasweise/texlive
|
# thomasweise/texlive
|
||||||
# adnrv/texlive
|
# adnrv/texlive
|
||||||
LATEX_IMAGE: listx/texlive:2020
|
#LATEX_IMAGE: listx/texlive:2020
|
||||||
|
LATEX_IMAGE: texlive/texlive:latest
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: $LATEX_IMAGE
|
image: $LATEX_IMAGE
|
||||||
script:
|
script:
|
||||||
- lualatex Dr-Jekyll-and-Mr-Hyde.tex
|
- lualatex DrJekyllMrHyde.tex
|
||||||
- lualatex Dr-Jekyll-and-Mr-Hyde.tex
|
- lualatex DrJekyllMrHyde.tex
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue