Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ec52e5ce authored by hhakim's avatar hhakim
Browse files

Delete test_wrapper stage, jobs moved to test stage to increase speed of gitlab ci pipelines.

parent 439032f9
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@
stages:
- test
- test_wrapper
- package_rev
ctest:
......@@ -21,7 +20,7 @@ ctest_python:
except:
- schedules
- tags
stage: test_wrapper
stage: test
allow_failure: false
ctest_matlab:
......@@ -30,7 +29,7 @@ ctest_matlab:
except:
- schedules
- tags
stage: test_wrapper
stage: test
.ctest_nightly: &ctest_nightly_script
<<: *ctest_script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment