Skip to content
Snippets Groups Projects
Commit 521616fd authored by Fotis Soldatos's avatar Fotis Soldatos
Browse files

chore(policy): modify Dockerfile to run coverage

parent 7940a47d
No related branches found
No related tags found
1 merge request!54Release 2.0.0
...@@ -29,7 +29,7 @@ RUN mvn --errors --batch-mode package -Dmaven.test.skip=true ...@@ -29,7 +29,7 @@ RUN mvn --errors --batch-mode package -Dmaven.test.skip=true
# Stage 2 # Stage 2
FROM builder AS unit-test FROM builder AS unit-test
RUN mvn --errors --batch-mode test RUN mvn --errors --batch-mode -Pgenerate-consolidated-coverage verify
# Stage 3 # Stage 3
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4 AS release FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4 AS release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment