Skip to content
Snippets Groups Projects
Commit 29eb4bdf authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Use ctest directly to run system tests

parent c2b1a1ca
No related branches found
No related tags found
No related merge requests found
Pipeline #21117 passed with warnings
......@@ -104,7 +104,8 @@ stages:
.system_test: &system_test
stage: system_test
script:
- dunecontrol --opts=/duneci/dune.opts --only=dune-copasi bexec ctest -j4 -L "DUNE_SYSTEMTEST"
- cd build-cmake
- ctest -j4 -L "DUNE_SYSTEMTEST"
artifacts:
paths:
- build-cmake/test
......
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