From b653c96424f19e28a6ff6083bf2701c7933d577b Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Tue, 12 Apr 2022 18:24:29 +0000 Subject: [PATCH] Correction de la CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72b8a7c..2780add 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,6 @@ deploy-job: # This job runs in the deploy stage. for postfile in $(ls *.gsl) do echo "Construction de $postfile" - gsl check $postfile && gsl make $postfile + gsl check $postfile && gsl make $postfile && gsl check $postfile && gsl make $postfile done - echo "Déploiement terminé."