From 1f169dea72f4ff011fea74e0e14db09a734a985f Mon Sep 17 00:00:00 2001 From: Xordac Prime Date: Thu, 15 Nov 2018 20:28:25 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af6d931..7fd6b1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,5 +8,5 @@ build: artifacts: name: "EpicFarming" paths: - - "/builds/Songoda/EpicFarming/target/*.jar" - - "/builds/Songoda/EpicFarming/Read_this_before_your_first_use.txt" + - "$CI_PROJECT_DIR/target/*.jar" + - "$CI_PROJECT_DIR/Read_this_before_your_first_use.txt"