Skip to content

Instantly share code, notes, and snippets.

@seogi1004
Created January 8, 2019 10:40
Show Gist options
  • Select an option

  • Save seogi1004/d241a6b39882c9c4655132770a6e26e7 to your computer and use it in GitHub Desktop.

Select an option

Save seogi1004/d241a6b39882c9c4655132770a6e26e7 to your computer and use it in GitHub Desktop.
...
FE_Test:
extends: .Job_Only
image: node:10
stage: fetest
before_script:
- npm install
script:
- npm test
coverage: /All files\s*\|\s*([\d\.]+)/
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment