image: maven:latest build: stage: build script: - make build test: stage: test script: - make runTest