From 64486d32b818971e3d9c68a89049499eadf7a538 Mon Sep 17 00:00:00 2001 From: Thibault CORDIER <thibault.cordier@ensiie.fr> Date: Sat, 30 Jul 2022 16:12:30 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9997f2..891acd8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,4 +34,6 @@ test: stage: test script: - echo "This is a test" + - cd cd code/PAP_Chaleur + - ./mybinary # - ./runmytests.sh -- GitLab