Skip to content
Snippets Groups Projects
Commit a727a991 authored by Magnus Sethson's avatar Magnus Sethson
Browse files

Minor

latexmk fix
parent ce153fb0
No related branches found
No related tags found
No related merge requests found
Pipeline #78849 passed
...@@ -3,7 +3,7 @@ image: alpine:latest ...@@ -3,7 +3,7 @@ image: alpine:latest
build: build:
image: ubuntu:jammy image: ubuntu:jammy
before_script: before_script:
- apt update && apt -y upgrade && apt -y install make texlive - apt update && apt -y upgrade && apt -y install make texlive-base texlive-bibtex-extra texlive-extra-utils latexmk
script: script:
- make - make
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment