Add npm to PATH in build-web job
This commit is contained in:
parent
9207a005bd
commit
7580a9a452
@ -25,6 +25,7 @@ build-web:
|
||||
tags:
|
||||
- ailab
|
||||
before_script:
|
||||
- export PATH="/home/fam/.nvm/versions/node/v16.20.2/bin:$PATH"
|
||||
- (cd web; npm install)
|
||||
script:
|
||||
- make web
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user