Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
image: maven:3.3-jdk-8
build:
stage: build
script:
- mvn compile
test:
stage: test
- mvn test
cache:
paths:
- .m2/repository/