Update .gitlab-ci.yml
This commit is contained in:
		@@ -18,12 +18,14 @@ build_job:
 | 
			
		||||
    - "make all BOARD=stm32f4-discovery"
 | 
			
		||||
  stage: build
 | 
			
		||||
  except:
 | 
			
		||||
    - /^release/.*$/
 | 
			
		||||
    - tags
 | 
			
		||||
 | 
			
		||||
check_job:
 | 
			
		||||
  script:
 | 
			
		||||
    - "make check BOARD=stm32f4-discovery"
 | 
			
		||||
  stage: check
 | 
			
		||||
  except:
 | 
			
		||||
    - tags
 | 
			
		||||
 | 
			
		||||
deploy_job:
 | 
			
		||||
  stage: deploy
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user