diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77130de..f5580d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,10 @@ build-job: tags: - deploiement script: + - apt-get update -y + - apt-get install git -y + - echo "Le runner fonctionne correctement." + - git --version - echo "Compilation du code..." # Ajoutez vos commandes de build ici