Newer
Older
image: node
before_script:
- cd frontend-js
- npm install
test_frontend:
script:
- cd frontend-js
- npm test
image: node
before_script:
- cd frontend-js
- npm install
test_frontend:
script:
- cd frontend-js
- npm test