diff options
| author | mokha <mokha@cisco.com> | 2019-05-08 18:18:30 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2019-05-08 18:18:30 -0600 |
| commit | 3610e17604f86d1e8625ce1745c2887d196a2a19 (patch) | |
| tree | dcdcade46120b8942d6fc3ec343f40139a7b29eb | |
| parent | 108f7cfef6fe403ab48e653b096d5fb89c452433 (diff) | |
try to run build in ci
| -rw-r--r-- | .gitlab-ci.yml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3513d3..337f386 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,2 +1,9 @@ -maven_build: - script: mvn verify +java: + stage: test + script: + - mvn verify + artifacts: + reports: + junit: + - target/surefire-reports/TEST-*.xml + - target/failsafe-reports/TEST-*.xml |
