Update .gitlab-ci.yml
This commit is contained in:
		@@ -2,7 +2,8 @@ image: luki42/latex-full:v1.0
 | 
			
		||||
 | 
			
		||||
build:
 | 
			
		||||
  script:
 | 
			
		||||
    - latexmk -pdf src/main.tex
 | 
			
		||||
    - cd src
 | 
			
		||||
    - latexmk -pdf main.tex
 | 
			
		||||
  artifacts:
 | 
			
		||||
    paths:
 | 
			
		||||
      - "*.pdf"
 | 
			
		||||
      - "src/*.pdf"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user