diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abd72f47c5ffa856c6d4a42a8cfe293b1016e57b..34f9055e825ac8597b1d4dd450e6f3ecca104872 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ stages: - check-status - trigger dumux pipelines - - trigger downstream modules variables: IMAGE_REGISTRY_URL: $CI_REGISTRY/dumux-repositories/dumux-docker-ci @@ -61,8 +60,8 @@ check-pipeline-status: fi ################################################################################### -# Stage 1: trigger the Dumux test pipelines # -# In this stage, we trigger the test pipeline with different configurations, i.e. # +# trigger the Dumux test pipelines # +# we trigger the test pipeline with different configurations, i.e. # # different Dune versions, compilers, etc. Within merge requests, we create three # # test pipelines including two different compilers and a full and minimal setup # # of dependencies. In all other situations, additional test jobs are created. # @@ -123,7 +122,7 @@ full-dune-master-clang: ######################################################### -# Stage 2: trigger test pipelines of downstream modules # +# trigger test pipelines of downstream modules # ######################################################### # trigger lecture test @@ -132,7 +131,7 @@ trigger lecture: - if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_PIPELINE_SOURCE == "pipeline" - if: $CI_PIPELINE_SOURCE == "merge_request_event" - stage: trigger downstream modules + stage: trigger dumux pipelines trigger: project: dumux-repositories/dumux-lecture branch: $DUMUX_CI_TRIGGER_LECTURE_BRANCH