From 23c628c4fbae08d62de7a4d644eb0a8557aed17b Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Sun, 10 Oct 2021 21:12:54 +0200 Subject: [PATCH] only keepuing tests --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 896ec05..4a76ee4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,9 +55,8 @@ build_practical_work: - make - cd ../forces - make - # - cd ../tp_vec2 - # - make main - # - make tests + - cd ../tp_vec2 + - make tests build_and_test_practical_work: -- GitLab