image: gradle:$GRADLE_VERSION-jdk$JDK_VERSION stages: - test - deploy test: stage: test script: - gradle test artifacts: when: always reports: junit: build/test-results/test/TEST-*.xml deploy-maven: stage: deploy needs: [ 'test' ] only: - master script: docker publish