diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c10185cf285299291c822d44b112ff2041488001..989dfca4ce8c82713f6df06ec19a85717bc47250 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,8 +33,9 @@ test_pampa: script: - cd build - make test - - lcov --directory . --capture --output-file pampa.lcov - - lcov_cobertura.py pampa.lcov --output ../pampa-coverage.xml + - cd .. + - lcov --directory build --capture --output-file pampa.lcov + - lcov_cobertura.py pampa.lcov --output pampa-coverage.xml only: - branches - master@PaMPA/PaMPA-p