diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2c80d1aa2c03e6852c219d80d48d8e234bda16c8..1ceda7eb253f50605f0891355c3228f48814284c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -166,7 +166,6 @@ behave-integration:
     # with the docker executor of the gitlab-runner. This is required for service
     # interconnection. Requires gitlab-runner v12.9.0
     FF_NETWORK_PER_BUILD: 1
-    GIT_SUBMODULE_STRATEGY: "recursive"
     OAUTHLIB_INSECURE_TRANSPORT: "true"
     # For login panel
     FLASK_RUN_HOST: "0.0.0.0"
@@ -176,7 +175,6 @@ behave-integration:
     KRATOS_ADMIN_URL: "http://kratos:4434"
     PUBLIC_URL: "http://localhost:5000/"
     DATABASE_URL: "postgres://postgres:postgres@postgres/postgres"
-    # For hydra & kratos
     # For hydra
     URLS_SELF_ISSUER: http://localhost/
     URLS_CONSENT: http://oidc:5000/login
@@ -191,9 +189,6 @@ behave-integration:
     # Others and old
     BASE_URL: "http://hydra:4444/"
     HYDRA_ADMIN_URL: "http://hydra:4445"
-    ACCESS_TOKEN_URL: "http://hydra:4444/oauth2/token"
-    AUTHORIZE_URL: "http://hydra:4444/oauth2/auth"
-    USERINFO_URL: "http://hydra:4444/userinfo"
     # General
     KEY: "testapp"
     SECRET: "secret"