Skip to content
Snippets Groups Projects
Commit 4dd7ef17 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

gitlab pipeline

parent 7b1a43e1
No related branches found
No related tags found
No related merge requests found
Pipeline #3178 failed
image: node:latest
stages:
- Build
Install_Test:
stage: Build
script:
- npm install
- ./node_modules/.bin/eslint .
- npm run test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment