diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f4ec989d6076fc9b97c8a3944d6b1bfed4c61ca2..b5d53771207004a7504a41c9d469774512986605 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,8 @@ before_script:
   - npm install
   
 # Run JEST tests
-test:
+run_tests:
+  stage: test
   script:
     - npm test