Commit bc898ea8 authored by mamunozgil's avatar mamunozgil
Browse files

Remove hardcoded paths to test

No related merge requests found
Pipeline #10916 passed with stage
Showing with 1 addition and 1 deletion
+1 -1
......@@ -22,4 +22,4 @@ ADD https://repo1.maven.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.
WORKDIR $BASEDIR
ENTRYPOINT java -Djava.security.egd=file:/dev/./urandom -jar /$BASEDIR/app.jar "$SOURCEDIR/src:$TESTDIR/test" "$LIBSDIR/*:$TESTDIR/libs/*" $RESULTDIR
CMD ["java", "-Djava.security.egd=file:/dev/./urandom", "-jar", "/data/app.jar"]
Supports Markdown
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