Skip to content
Commits on Source (1)
stages:
- build
cache:
paths:
- node_modules/
install_dependencies:
stage: build
script:
- sudo yum install
- yarn install
artifacts:
paths:
- node_modules/