Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

empty CI_PIPELINE_ID bug

Closed Diego MENDEZ requested to merge hotfix/ci_pipeline_id_empty into main
+ 8
0
@@ -70,6 +70,10 @@ run-test-job:
- up-test-env-job
needs:
- up-test-env-job
rules:
- if: '$CI_PIPELINE_ID == ""'
when: never
- when: always
run-robot-test-job:
stage: test
@@ -95,6 +99,10 @@ run-robot-test-job:
needs:
- up-test-env-job
- run-test-job
rules:
- if: '$CI_PIPELINE_ID == ""'
when: never
- when: always
.down-test-env-job: &down-test-env-job
stage: test
Loading