diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 22167a62109d79b1e0ca55d3787b8ecebe695aa4..06cec51f5e259de3987534ea4a80ed42f3f565e0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,7 +1,7 @@
 # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
 # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
 
-name: Node.js CI
+name: CI
 
 on:
   push:
@@ -10,7 +10,7 @@ on:
     branches: [ develop ]
 
 jobs:
-  build:
+  test:
 
     runs-on: ubuntu-latest