From 2af73b425275f3e77ce590b30d313823003a098b Mon Sep 17 00:00:00 2001 From: Mart van Santen <mart@greenhost.nl> Date: Fri, 26 Nov 2021 07:10:22 +0100 Subject: [PATCH] Move array to hash --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6a9bad..8ffdb9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -126,10 +126,10 @@ behave-integration: - --dangerous-force-http - --dangerous-allow-insecure-redirect-urls variables: - - DSN: memory - - URLS_SELF_ISSUER: http://localhost/ - - URLS_CONSENT: http://localhost:5000/login - - URLS_LOGIN: http://localhost:5000/consent + DSN: memory + URLS_SELF_ISSUER: http://localhost/ + URLS_CONSENT: http://localhost:5000/login + URLS_LOGIN: http://localhost:5000/consent - name: ${CI_REGISTRY_IMAGE}/login:${CI_COMMIT_REF_NAME} alias: oidc variables: -- GitLab