diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d17d5cf..290f55c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,12 +6,16 @@ stages: build-job: stage: build + tags: + - portainer script: - echo "Compilation du code..." # Ajoutez vos commandes de build ici test-job: stage: test + tags: + - portainer script: - echo "Exécution des tests..." # Ajoutez vos commandes de test ici