Update .gitlab-ci.yml
This commit is contained in:
		@@ -2,7 +2,7 @@ build:
 | 
				
			|||||||
  stage: build
 | 
					  stage: build
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - cd latest
 | 
					    - cd latest
 | 
				
			||||||
    - docker build -t luki42/latex-full:latest .
 | 
					    - docker build --no-cache -t luki42/latex-full:latest .
 | 
				
			||||||
 | 
					
 | 
				
			||||||
upload:
 | 
					upload:
 | 
				
			||||||
  stage: deploy
 | 
					  stage: deploy
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user