diff --git a/.github/workflows/work_proposal.yaml b/.github/workflows/work_proposal.yaml
index 921688e3..4e52d0a3 100644
--- a/.github/workflows/work_proposal.yaml
+++ b/.github/workflows/work_proposal.yaml
@@ -70,7 +70,7 @@ jobs:
           job_summary: false
 
   stack-building:
-    name: Stack building (${{ matrix.env.dev }}, ${{ matrix.env.ops }})
+    name: Stack building (${{ matrix.focus }}, ${{ matrix.env.ops }})
     timeout-minutes: 5
     needs: [up-to-images]
     strategy:
@@ -113,7 +113,7 @@ jobs:
           if-no-files-found: ignore
 
   stack-checking:
-    name: Stack checking (${{ matrix.shard }}, ${{ matrix.focus }}, ${{ matrix.env.ops }})
+    name: Stack checking (${{ matrix.focus }}, ${{ matrix.env.ops }}, ${{ matrix.shard }})
     timeout-minutes: 15
     needs: [stack-building]
     strategy:
@@ -162,7 +162,7 @@ jobs:
       - uses: actions/upload-artifact@v4.3.1
         if: ${{ !cancelled() }}
         with:
-          name: e2e-tests-${{ matrix.focus }}-${{ matrix.shard }}-${{ matrix.env.ops }}
+          name: e2e-tests-${{ matrix.focus }}-${{ matrix.env.ops }}-${{ matrix.shard }}
           path: test/e2e/target/surefire-reports/*.xml
           if-no-files-found: ignore
 
diff --git a/baker/ansible/tasks/product/check.yaml b/baker/ansible/tasks/product/check.yaml
index b1a660ad..e805b93c 100644
--- a/baker/ansible/tasks/product/check.yaml
+++ b/baker/ansible/tasks/product/check.yaml
@@ -30,7 +30,7 @@
         --projects :e2e
         --define skipUnits
       {% if hostvars.gear.is_virtual.rc == 0 %}
-        --define testing.client.host=sepuling
+        --define testing.client.host=app-sepuling
       {% endif %}
       {% if modulus is defined %}
         --define testing.sharding.modulus={{ modulus }}