Commit 03c31974 authored by Vito Conforti's avatar Vito Conforti
Browse files

Update .gitlab-ci.yml file

parent 90e6077e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ build:
    paths:
      - target/*.jar  # Save JAR artifacts

run_jar:
.post:
  stage: run
  script:
    - java -jar target/*.jar  # Replace with the actual JAR file name