-
Marius Bobin authored
Variables can be specified when adding cross project dependencies with needs: ``` build_job: stage: build script: - ls -lhR needs: - project: $CI_PROJECT_PATH job: $SOME_JOB_NAME_IN_OTHER_PROJECT ref: $CI_COMMIT_BRANCH artifacts: true ```
d04a12e0