Commit f73fce5e authored by Thomas Boni's avatar Thomas Boni
Browse files

update stages

parent fc18d677
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -23,10 +23,9 @@ Follows these steps to setup your CI/CD pipeline in less than 10 minutes !
    stages:
      - static_tests
      - build
      - review
      - dynamic_tests
      - staging
      - production
      - review
      - deployment

    include:
      - remote: '<JOB-URL>'