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