Update .gitlab-ci.yml
This commit is contained in:
		@@ -3,7 +3,7 @@ image: luki42/latex-full:v1.0
 | 
				
			|||||||
build:
 | 
					build:
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - cd src
 | 
					    - cd src
 | 
				
			||||||
    - latexmk -pdf main.tex
 | 
					    - latexmk -pdf -file-line-error -interaction=nonstopmode -halt-on-error -output-format=pdf main.tex
 | 
				
			||||||
  artifacts:
 | 
					  artifacts:
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
      - "src/*.pdf"
 | 
					      - "src/*.pdf"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user