Skip to content
Snippets Groups Projects

Fix integration tests again

Merged Neil-Jocelyn Schark requested to merge fix-integration-tests-again into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -176,7 +176,7 @@ unit-tests:
integration-test-aes:
tags:
- shell
needs: []
needs: ["patch-qkdn-controller", "patch-routing-app"]
variables:
DEPENDENCY_PROXY: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/
before_script:
@@ -195,7 +195,7 @@ integration-test-aes:
integration-test-otp:
tags:
- shell
needs: []
needs: ["patch-qkdn-controller", "patch-routing-app"]
variables:
DEPENDENCY_PROXY: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/
before_script:
Loading