use latexmk for build
This commit is contained in:
		@@ -3,11 +3,9 @@ image: registry.gitlab.com/islandoftex/images/texlive:latest
 | 
				
			|||||||
build:
 | 
					build:
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - cd src
 | 
					    - cd src
 | 
				
			||||||
    - pdflatex main.tex
 | 
					    - latexmk main.tex
 | 
				
			||||||
    - bibtex sources
 | 
					 | 
				
			||||||
    - pdflatex main.tex
 | 
					 | 
				
			||||||
  after_script:
 | 
					  after_script:
 | 
				
			||||||
    - cat latex/Ausarbeitung.log
 | 
					    - cat src/main.log
 | 
				
			||||||
  artifacts:
 | 
					  artifacts:
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
      - latex/main.pdf
 | 
					      - src/main.pdf
 | 
				
			||||||
		Reference in New Issue
	
	Block a user