From f2c52b493cb880789157ffda24ba4d960f5a1e65 Mon Sep 17 00:00:00 2001
From: LABOUREL Arnaud <arnaud.labourel@univ-amu.fr>
Date: Sun, 16 Oct 2022 16:34:31 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1efd92e..1136149 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,15 +18,16 @@ stages:
 build:
   stage: build
   script: ./gradlew jar
+  artifacts:
+    paths:
+      - build/lib/*.jar
   cache:
     key: "$CI_COMMIT_REF_NAME"
     policy: push
     paths:
       - build
       - .gradle
-    artifacts:
-      paths:
-        - build/lib/*.jar
+
 
 test:
   stage: test
-- 
GitLab