From b1e277c3e05191fc03fc88070377402456720da5 Mon Sep 17 00:00:00 2001
From: Lorenzo Amici <lorenzo.amici@skywarder.eu>
Date: Sat, 14 Jun 2025 10:12:55 +0000
Subject: [PATCH] Update .gitlab-ci.yml file
---
.gitlab-ci.yml | 52 ++++++++++++++++++++++++++++++--------------------
1 file changed, 31 insertions(+), 21 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 02b54f6f..6a0d0188 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,49 +26,59 @@
# # Stage test
-# simulator:
-# stage: test
-# tags:
-# - matlab
-# script:
-# - cd .
-# # - if (Test-Path ..\dissilematcom) { Remove-Item -Path ..\dissilematcom -Recurse -Force }
-# # - git clone git@git.skywarder.eu:afd/msa/dissilematcom.git ../dissilematcom
-# # - cd unitTests/tests
-# # - matlab -batch "assertSuccess(runtests('simulatorUnitTests'))"
+simulator:
+ stage: test
+ tags:
+ - matlab
+ script:
+ - cd .
+ - if (Test-Path ..\dissilematcom) { Remove-Item -Path ..\dissilematcom -Recurse -Force }
+ - git clone git@git.skywarder.eu:afd/msa/dissilematcom.git ../dissilematcom
+ - cd unitTests/tests
+ - matlab -batch "assertSuccess(runtests('TestSimulator'))"
+
# apogeeAnalysis:
# stage: test
# tags:
# - matlab
# script:
-# - cd .
-# # - cd unitTests/tests
-# # - matlab -batch "assertSuccess(runtests('apogeeUnitTests'))"
+# - cd .
+# - cd unitTests/tests
+# - matlab -batch "assertSuccess(runtests('apogeeUnitTests'))"
# commonFuncitons:
# stage: test
# tags:
# - matlab
# script:
-# - cd .
-# # - cd unitTests/tests
-# # - matlab -batch "assertSuccess(runtests('cmnFnctnUnitTests'))"
+# - cd .
+# - cd unitTests/tests
+# - matlab -batch "assertSuccess(runtests('cmnFnctnUnitTests'))"
# optimizator:
# stage: test
# tags:
# - matlab
# script:
-# - cd .
-# # - cd unitTests/tests
-# # - matlab -batch "assertSuccess(runtests('optUnitTests'))"
+# - cd .
+# - cd unitTests/tests
+# - matlab -batch "assertSuccess(runtests('optUnitTests'))"
# sensitivity:
# stage: test
# tags:
# - matlab
# script:
+# - cd .
+# - cd unitTests/tests
+# - matlab -batch "assertSuccess(runtests('sensitivityUnitTests'))"
+
+# allTests:
+# stage: test
+# tags:
+# - matlab
+# script:
# - cd .
-# # - cd unitTests/tests
-# # - matlab -batch "assertSuccess(runtests('sensitivityUnitTests'))"
\ No newline at end of file
+# - cd unitTests/tests
+# - matlab -batch "assertSuccess(runtests)"
\ No newline at end of file
--
GitLab