12 lines
120 B
YAML
12 lines
120 B
YAML
image: maven:latest
|
|
|
|
build:
|
|
stage: build
|
|
script:
|
|
- make build
|
|
|
|
test:
|
|
stage: test
|
|
script:
|
|
- make runTest
|