update gitlab runner config
This commit is contained in:
		@@ -1,11 +1,11 @@
 | 
				
			|||||||
before_script:
 | 
					before_script:
 | 
				
			||||||
  - echo $PATH
 | 
					 | 
				
			||||||
  - pipenv install -d
 | 
					  - pipenv install -d
 | 
				
			||||||
flake8:
 | 
					style:
 | 
				
			||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - pipenv run flake8
 | 
					    - pipenv run flake8
 | 
				
			||||||
xenon:
 | 
					complexity:
 | 
				
			||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - pipenv run xenon -bB -mA -aA
 | 
					    - pipenv run radon cc .
 | 
				
			||||||
 | 
					    - pipenv run xenon -bB -mA -aA .
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user