Fix build stage
This commit is contained in:
		@ -7,6 +7,9 @@ stages:
 | 
				
			|||||||
 - package
 | 
					 - package
 | 
				
			||||||
 | 
					
 | 
				
			||||||
build:
 | 
					build:
 | 
				
			||||||
 | 
					  stage: build
 | 
				
			||||||
 | 
					  only:
 | 
				
			||||||
 | 
					    - master
 | 
				
			||||||
  image: node:latest
 | 
					  image: node:latest
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
  - npm install
 | 
					  - npm install
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user