Skip to content
Snippets Groups Projects
Commit c6221943 authored by Jakub Janeček's avatar Jakub Janeček
Browse files

Do not skip test phase

parent 225a670d
No related branches found
No related tags found
No related merge requests found
Pipeline #94967 failed
......@@ -6,7 +6,7 @@ COPY pom.xml .
COPY src ./src
RUN mvn clean package -DskipTests
RUN mvn clean package
EXPOSE 8080
......
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