diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a6cb8b353c6ccdc12fee717819d4392d25a60bf..5e277f31ec9706451fd1034814440c5234b276b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ before_script: test: stage: test script: - - valgrind --leak-check=full main + - valgrind --leak-check=full ./main - make test - cd tests - gnuplot "tempos.plot"