Commit 31773f58 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Arranged GitLab CI/CD for PathComp component

parent 42a8d27a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -45,7 +45,9 @@ EXPOSE 8081

# builder defines coverage version of pathcomp by default
#ENTRYPOINT [ "./pathComp-cvr", "config/pathcomp.conf", "pathcomp.log" ]
ENTRYPOINT [ "valgrind", "--leak-check=full", "--track-origins=yes", "./pathComp-dbg", "config/pathcomp.conf", "pathcomp.log" ]
ENTRYPOINT [
    "valgrind", "--leak-check=full", "--show-leak-kinds=all", "--track-origins=yes", "--show-error-list=yes",
    "./pathComp-dbg", "config/pathcomp.conf", "pathcomp.log" ]


# Stage 2