diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f3252d4a66eba219d50e85d2a7e5e8a03b8bc36c..0477a5a5fa4381eaad3f62f0b62238010b9da238 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,15 +13,15 @@ cmake-build:
       - bin/
       - lib/
     
-unit-test:
-  stage: test
-  script:
-    - cd Build
-    - ctest --timeout 15 --verbose -T test
-    - ctest --timeout 15 --verbose -T memcheck
-  artifacts:
-    paths:
-      - Build/
+# unit-test:
+#   stage: test
+#   script:
+#     - cd Build
+#     - ctest --timeout 15 --verbose -T test
+#     - ctest --timeout 15 --verbose -T memcheck
+#   artifacts:
+#     paths:
+#       - Build/
 
 coverage:
   stage: deploy