Skip to content
Snippets Groups Projects
Commit a4a51d59 authored by mkirsz's avatar mkirsz
Browse files

Update .gitlab-ci.yml file

parent edc06d9e
No related branches found
No related tags found
No related merge requests found
Pipeline #33552 failed
......@@ -38,7 +38,7 @@ run-tests-1:
needs: [build-debug-tests]
script:
- cd ${DEBUG_DIR}
- make test
#- make test
- cd tests
- ./test_tadah
- gcovr --exclude='.*CMakeCXXCompilerId.cpp.*' --exclude='.*/Eigen/.*' --exclude='.*/catch2/.*' --exclude='.*/tests/.*' --exclude='.*/CLI11/.*' --exclude='.*/toml11/.*' --exclude='.*/CMakeFiles/.*' -r ..
......
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