Commit a533f36e authored by Perwaiz Ali's avatar Perwaiz Ali

.git-ci.yml changes

parent dcc96847
Pipeline #2215 passed with stages
in 2 minutes and 39 seconds
......@@ -28,6 +28,20 @@ test-code-job2:
script:
- echo "If the files are built successfully, test other files with a different command:"
unit tests:
tags:
- docker
stage: test
image: maven:3-jdk-11
script:
- mvn test
artifacts:
when: always
paths:
- target/tests
reports:
junit: target/test/*.xml
deploy:
tags:
......
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