@@ -0,0 +1,8 @@
+
+image: maven:3.3.9-jdk-8
+deploy:jdk8:
+ stage: deploy
+ script:
+ - 'mvn test'
+ only:
+ - master