Commit 1a602152 authored by Muhammad Usman's avatar Muhammad Usman

Update .gitlab-ci.yml

parent 3be0818f
Pipeline #2335 failed
default:
image: maven:3-jdk-11
stages:
- install
......@@ -8,6 +5,7 @@ stages:
maven-job:
stage: install
image: maven:3-jdk-11
script:
- mvn clean package
- mvn package
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment