mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 19:52:53 +00:00
ci: make npm install explicit for jobs that need it
This commit is contained in:
committed by
Rainer Killinger
parent
f59cc5832c
commit
ab9168cb24
@@ -10,12 +10,10 @@ stages:
|
||||
- test
|
||||
- publish
|
||||
|
||||
before_script:
|
||||
- npm install
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- npm install
|
||||
- npm run build
|
||||
artifacts:
|
||||
paths:
|
||||
@@ -26,6 +24,7 @@ build:
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- npm install
|
||||
- npm test
|
||||
tags:
|
||||
- docker
|
||||
|
||||
Reference in New Issue
Block a user