diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d3ef6a91c790875efb639035c1b53e0241d76b0..add92ad027b9766807b421469a03e8e78d0dc553 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: alpine:latest build: image: ubuntu:jammy 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: - make diff --git a/report.dvi b/report.dvi new file mode 100644 index 0000000000000000000000000000000000000000..479cda6c624f21982ec52f4b13af0c16a99db844 Binary files /dev/null and b/report.dvi differ