Skip to content
Snippets Groups Projects

Fix CI error

Merged Hans-Jörg requested to merge devel/fix-fonts into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
image: dockershelf/latex:full
image: kjarosh/latex:2023.1
stages:
- build
@@ -6,6 +6,8 @@ stages:
build:
stage: build
before_script:
- apk add py3-pygments
script:
- cd spec
- lualatex -shell-escape -recorder '\def\nocomments{}\input{doc.tex}'
Loading