Commit 2b384b61 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

Update .gitlab-ci.yml file

parent 2e29d192
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -168,8 +168,9 @@ build-job: # This job runs in the build stage, which runs first.
    - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env
    - cat build.env
    - mvn clean install -Djava-21
    - mvn package -Djava-21 -pl de.ugoe.cs.swe.T3Q
    - echo "Compile complete."
    - echo "Repackage wich fewer dependencies."
    - mvn clean package -Djava-21 -pl de.ugoe.cs.swe.T3Q
  artifacts:
    expire_in: 2 days
    reports: