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

Update .gitlab-ci.yml file

parent 8fd5e913
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -168,6 +168,7 @@ 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."
  artifacts:
    expire_in: 2 days