diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a218d300a9d4b3d8ae3c70bb4b7b5686786955a6..a7d79c045a499d928ed6ad89104969c3ad531eda 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -134,13 +134,13 @@ behave-integration:
     - name: ${CI_REGISTRY_IMAGE}/login:${CI_COMMIT_REF_NAME}
       alias: login
       variables:
-        FLASK_RUN_HOST=0.0.0.0
-        FLASK_RUN_PORT=5000
-        HYDRA_ADMIN_URL=http://hydra:4445
-        KRATOS_PUBLIC_URL=http://kratos:4433
-        KRATOS_ADMIN_URL=http://kratos:4434
-        PUBLIC_URL=http://localhost:5000/
-        DATABASE_URL="postgresql://postgres:postgres@localhost/postgres"
+        FLASK_RUN_HOST: 0.0.0.0
+        FLASK_RUN_PORT: 5000
+        HYDRA_ADMIN_URL: http://hydra:4445
+        KRATOS_PUBLIC_URL: http://kratos:4433
+        KRATOS_ADMIN_URL: http://kratos:4434
+        PUBLIC_URL: http://localhost:5000/
+        DATABASE_URL: "postgresql://postgres:postgres@localhost/postgres"
   variables:
     # Feature Flag FF_NETWORK_PER_BUILD Enables creation of a docker network per build
     # with the docker executor of the gitlab-runner. This is required for service