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

Skip to content
Snippets Groups Projects

adding resource group.

Merged Diego MENDEZ requested to merge bugfix/ci_job_collision into develop
Compare and Show latest version
2 files
+ 3
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
3
stages:
- test
run-test-job:
stage: test
script: echo "testing..."
environment: testing
rules:
- if: $CI_PIPELINE_SOURCE == "parent_pipeline"
Loading