Explorar o código

gitlab: try to run parallel steps

Nathalie Furmento %!s(int64=4) %!d(string=hai) anos
pai
achega
b298d77c4c
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      .gitlab-ci.yml

+ 2 - 3
.gitlab-ci.yml

@@ -17,7 +17,6 @@
 stages:
   - build
   - deploy
-  - simgrid
 
 build:
   stage: build
@@ -31,7 +30,7 @@ build:
       when: never  # Prevent pipeline run for push event
     - when: always # Run pipeline for all other cases
 
-deploy:
+check:
   stage: deploy
   script:
     - ./contrib/gitlab/deploy.sh
@@ -41,7 +40,7 @@ deploy:
     - when: always # Run pipeline for all other cases
 
 simgrid:
-  stage: simgrid
+  stage: deploy
   script:
     - ./contrib/gitlab/simgrid.sh
   rules: