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/