diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd218b79ec..b73d5f61e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,7 @@ stages: - setup + - package + - tests - shared-pipeline - benchmarks - macrobenchmarks @@ -43,14 +45,14 @@ generate-contrib-pipeline: - .gitlab/config.gen.yml trigger-contrib-pipeline: - stage: setup + stage: tests needs: ["generate-contrib-pipeline"] trigger: include: - artifact: .gitlab/config.gen.yml job: generate-contrib-pipeline rules: - - if: $CI_EXTERNAL_PULL_REQUEST_IID + - if: $CI_EXTERNAL_PULL_REQUEST_IID package-oci: needs: [ download_dependency_wheels, download_ddtrace_artifacts ]