diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3174165c88126b736e4e34c29dc75314810f9bb3..b71c9be0b30fd30ed3caa2316c9ad373079477ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,6 @@ image: stages: - build - test - - deploy cache: paths: @@ -22,9 +21,4 @@ unit-test-job: # Le job se lance dans la phase de test stage: test script: - echo "Running unit tests" - -deploy-job: # Le job se lance dans la phase de déploiement - stage: deploy - script: - - echo "Deploying the project" \ No newline at end of file