From 3570440fc01af4a944505af18e0fe3c474815ac5 Mon Sep 17 00:00:00 2001 From: Lars Dormans Date: Fri, 7 Dec 2018 15:21:53 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7d1eadf..fa640831 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ stages: - build +- pages build: stage: build @@ -10,3 +11,12 @@ build: paths: - "/builds/Songoda/Skyblock/target/*.jar" # - "/builds/Songoda/EpicAnchors/Read_this_before_your_first_use.txt" +pages: + stage: pages + image: maven:3.3.9-jdk-8 + script: "mvn install" + artifacts: + paths: + - public + only: + - master