From a25c6663070ebcc287631354a7aadf72224c790f Mon Sep 17 00:00:00 2001 From: Fadi Imani <fadi.imani.etu@univ-lille.fr> Date: Tue, 2 Apr 2024 05:24:44 +0200 Subject: [PATCH] big project --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f94424..18bc956 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,6 +51,8 @@ test: coverage: stage: coverage script: + - cp tests/test.txt build + - cp tests/stopWords.txt build - cd build - ./bin/ExampleTests - ls -l -- GitLab