From 4fcad1577d6dfa6b80e001c467e01fb1c56f516d Mon Sep 17 00:00:00 2001 From: Mark <mark@openappstack.net> Date: Mon, 8 Mar 2021 10:22:02 +0100 Subject: [PATCH] Fix pipeline use hydra v1.8 Add additional deps --- .gitlab-ci.yml | 2 +- test/integration_tests/Dockerfile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 209cd06..581cbb1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,7 +87,7 @@ behave-integration: alias: consent - name: ${CI_REGISTRY_IMAGE}/logout_provider:${CI_COMMIT_REF_NAME} alias: logout - - name: oryd/hydra:latest + - name: docker.io/oryd/hydra:v1.8 alias: hydra command: - serve diff --git a/test/integration_tests/Dockerfile b/test/integration_tests/Dockerfile index f0dbca4..bca71be 100644 --- a/test/integration_tests/Dockerfile +++ b/test/integration_tests/Dockerfile @@ -10,6 +10,8 @@ RUN apk --no-cache add \ libc-dev \ openssl-dev \ bash \ + rust \ + cargo \ gcc RUN pip3 install --no-cache-dir -r requirements.txt -- GitLab