diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index d4633d16bfaa8d7f0d869a2703dfecdc5dc3163f..b2c0808590b904aadd160ae23031f185a6c9d794 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -4,7 +4,7 @@ on:
   - pull_request
 
 jobs:
-  tests:
+  test:
     strategy:
       fail-fast: false
       matrix:
@@ -39,7 +39,7 @@ jobs:
         run: pipenv run tox
 
   # Run tests for python 3.6. Requires Ubuntu 20.04
-  tests-36:
+  test-36:
     strategy:
       fail-fast: false
       matrix: