*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit cb6fba9a authored by Hanser, Valentin's avatar Hanser, Valentin
Browse files

tests unit Test MS_helper_function

parent b5fde37c
No related branches found
No related tags found
No related merge requests found
Pipeline #240444 failed with stages
in 5 minutes and 49 seconds
......@@ -117,7 +117,7 @@ build-basicTypes-job: # This job runs in the build stage, which runs first
script:
- echo "Compiling the code for basicTypes..."
- cd ./C++/basicTypes
- make unitTests
- make unitTest
- echo "Compile basicTypes complete."
artifacts:
......@@ -255,7 +255,7 @@ unit-test-python3-MS_helper_function:
script:
- echo "Running python3 unit tests MS_helper_function."
- cd unitTest
- cd unitTests
- python3 unitTest_MS_helper_Functions.py
......
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