diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b7b8b51c1ab6a5121a2f109cb0b4a478c0e14aa3..1ba694fe0065ff573145b4d926b3f24710e101c4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -135,7 +135,7 @@ behave-integration:
       alias: oidc
       variables:
         OIDC_ONLY: "OIDCONLY"
-        PUBLIC_URL: "http://localhost:5001/"
+        PAUBLIC_URL: "http://localhost:5001/"
         DATABASE_URL: "postgresql://postgres:postgres@postgres/postgres"
   variables:
     # Feature Flag FF_NETWORK_PER_BUILD Enables creation of a docker network per build
@@ -149,7 +149,7 @@ behave-integration:
     HYDRA_ADMIN_URL: "http://hydra:4445"
     KRATOS_PUBLIC_URL: "http://kratos:4433"
     KRATOS_ADMIN_URL: "http://kratos:4434"
-    PUBLIC_URL: "http://localhost:5000/"
+    PAUBLIC_URL: "http://localhost:5000/"
     DATABASE_URL: "postgresql://postgres:postgres@postgres/postgres"
 #    URLS_LOGIN: "http://login:5000/login"
 #    URLS_LOGOUT: "http://logout:5002/logout"