.gitlab-ci.yml 57 Bytes
Newer Older
Matthias Betz's avatar
Matthias Betz committed
1
image: maven:latest
2
3
4

build:
    script: "mvn package -B"