diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 17d327320dc90a40277b60cde95e646e53b00c11..896ec05430b8221f55b5b4c97bd7ff29b05f3175 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,9 +55,9 @@ build_practical_work:
     - make
     - cd ../forces
     - make
-    - cd ../tp_vec2
-    - make main
-    - make tests
+    # - cd ../tp_vec2
+    # - make main
+    # - make tests
 
 
 build_and_test_practical_work: