build: image: maven:latest stage: build tags: - docker script: - mvn -U clean install test: image: ubuntu:latest stage: test tags: - docker script: - make runTest