Skip to content
Snippets Groups Projects
Commit 255191c5 authored by William Wälde's avatar William Wälde
Browse files

test

parent b1617ca1
Branches
2 merge requests!77Gitlab ci wwld54,!64WIP: Gitlab ci wwld54
Pipeline #8601 failed with stage
in 26 seconds
test:
stage: test
tags:
- nodejs
script:
- echo "Test"
jscs:
stage: test
tags:
- nodejs
dependencies: []
script:
- npm install jscs
-node_modules/jscs/bin/jscs --config .jscsrc src/
\ No newline at end of file
ttest:
stage: test
tags:
- nodejs
script:
- echo "Test"
jscs:
stage: test
tags:
- nodejs
dependencies: []
script:
- npm install jscs
- node_modules/jscs/bin/jscs --config .jscsrc src/
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment