Update .gitlab-ci.yml
This commit is contained in:
		
							parent
							
								
									8c8b5df3ed
								
							
						
					
					
						commit
						0ce83fc110
					
				@ -27,7 +27,7 @@ test:cargo:
 | 
				
			|||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
  - rustc --version && cargo --version      # Print version info for debugging
 | 
					  - rustc --version && cargo --version      # Print version info for debugging
 | 
				
			||||||
  - cargo install rs-junit
 | 
					  - cargo install rs-junit || true
 | 
				
			||||||
  - cargo test-junit --name output.xml
 | 
					  - cargo test-junit --name output.xml
 | 
				
			||||||
  artifacts:
 | 
					  artifacts:
 | 
				
			||||||
    reports:
 | 
					    reports:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user