We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fab6b0 commit 033e35bCopy full SHA for 033e35b
1 file changed
.gitlab/dd-trace-integration/.gitlab-ci.yml
@@ -12,6 +12,8 @@ prepare-patched-agent:
12
tags: [ "arch:amd64" ]
13
image: ${BUILD_IMAGE_X64}
14
needs:
15
+ - job: prepare:start
16
+ artifacts: true
17
- job: build-artifact
18
artifacts: true
19
rules:
@@ -78,6 +80,8 @@ prepare-patched-agent:
78
80
extends: .retry-config
79
81
stage: integration-test
82
83
84
85
86
87
- job: prepare-patched-agent
0 commit comments