Skip to content

Instantly share code, notes, and snippets.

@seogi1004
Last active January 8, 2019 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seogi1004/79dd6369bbe5f8c06d85ba5a99a74a94 to your computer and use it in GitHub Desktop.
Save seogi1004/79dd6369bbe5f8c06d85ba5a99a74a94 to your computer and use it in GitHub Desktop.
...
BE_Test:
extends: .Job_Only
image: maven:3.3.9
stage: betest
script:
- mvn test $MAVEN_OPTS
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment