diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3886a84be776fddedf4999f9a23aa0dcad6bbde..8bcd0606ef810e5105036b5e9a966dc2259fd3da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,7 +56,7 @@ integration-test-default: - name: docker:dind alias: docker script: - - apk add --update bash + - apk add --update bash jq - /bin/bash ./scripts/integration-test.sh tags: - linux @@ -69,7 +69,7 @@ integration-test-hopping: - name: docker:dind alias: docker script: - - apk add --update bash + - apk add --update bash jq - /bin/bash ./scripts/integration-test.sh hop tags: - linux @@ -82,7 +82,7 @@ integration-test-kcp: - name: docker:dind alias: docker script: - - apk add --update bash + - apk add --update bash jq - /bin/bash ./scripts/integration-test.sh kcp tags: - linux @@ -95,7 +95,7 @@ integration-test-hopping-kcp: - name: docker:dind alias: docker script: - - apk add --update bash + - apk add --update bash jq - /bin/bash ./scripts/integration-test.sh hop-kcp tags: - linux @@ -108,7 +108,7 @@ integration-test-quic: - name: docker:dind alias: docker script: - - apk add --update bash + - apk add --update bash jq - /bin/bash ./scripts/integration-test.sh quic tags: - linux @@ -121,7 +121,7 @@ integration-test-hopping-quic: - name: docker:dind alias: docker script: - - apk add --update bash + - apk add --update bash jq - /bin/bash ./scripts/integration-test.sh hop-quic tags: - linux @@ -134,7 +134,7 @@ integration-test-kcp-live-gw: - name: docker:dind alias: docker script: - - apk add --update bash + - apk add --update bash jq - apk add curl - /bin/bash ./scripts/integration-test.sh kcp-live-gw tags: @@ -156,7 +156,7 @@ integration-test-kcp-live-bridge: - name: docker:dind alias: docker script: - - apk add --update bash + - apk add --update bash jq - apk add curl - /bin/bash ./scripts/integration-test.sh kcp-live tags: @@ -178,7 +178,7 @@ integration-test-hopping-kcp-live-bridge: - name: docker:dind alias: docker script: - - apk add --update bash + - apk add --update bash jq - apk add curl - /bin/bash ./scripts/integration-test.sh hop-kcp-live tags: @@ -200,7 +200,7 @@ integration-test-default-live-bridge: - name: docker:dind alias: docker script: - - apk add --update bash + - apk add --update bash jq - apk add curl - /bin/bash ./scripts/integration-test.sh default-live tags: