mirror of
				https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
				synced 2025-10-26 18:05:28 +03:00 
			
		
		
		
	.gitlab-ci.yml - changed test image to bullseye
This commit is contained in:
		
							parent
							
								
									d5d156e70e
								
							
						
					
					
						commit
						67ed6108a2
					
				@ -16,7 +16,7 @@ build:
 | 
			
		||||
    - docker push ${CI_REGISTRY}/${CI_PROJECT_PATH}/${CI_BUILD_REF_NAME}:${CI_BUILD_REF}
 | 
			
		||||
 | 
			
		||||
test:
 | 
			
		||||
  image: python:3.10-alpine
 | 
			
		||||
  image: python:3.10-slim-bullseye
 | 
			
		||||
  stage: test
 | 
			
		||||
  before_script:
 | 
			
		||||
    - pip install -r requirements.txt
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user