Skip to content

Commit 71ea39e

Browse files
authored
Update .gitlab-ci.yml
1 parent bb4f61e commit 71ea39e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitlab-ci.yml

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
image: maven:latest
22

3+
stages:
4+
- build
5+
- test
6+
37
variables:
48
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository"
59

@@ -12,3 +16,8 @@ build:
1216
stage: build
1317
script:
1418
- mvn compile
19+
20+
test:
21+
stage: test
22+
script:
23+
- mvn test

0 commit comments

Comments
 (0)