From 78e4fb88d5baa81ecc56d9c4c14a78fa6fa46e56 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Sun, 10 Oct 2021 20:56:47 +0200
Subject: [PATCH] added build of tp_vec2

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e6ad52a..17d3273 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,6 +55,9 @@ build_practical_work:
     - make
     - cd ../forces
     - make
+    - cd ../tp_vec2
+    - make main
+    - make tests
 
 
 build_and_test_practical_work:
-- 
GitLab