image: slap_gitlab_node_zmq:latest variables: PROJECT: "proxy-tcp" test_master: stage: test script: - npm version - npm install - npm run spec - npm run lint artifacts: paths: - node_modules only: - master@iti_kumori_paas/proxy-tcp - triggers test: stage: test script: - npm version - npm install - npm run spec - npm run lint except: - master@iti_kumori_paas/proxy-tcp - triggers