diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 681f324394731ad8fb564204e95f043555af770c..86fc7c51b4e43ce4c0303ad33c43a2df18de3ffe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,7 @@ cache:
 
 stages:
   - build
+  - tests
   - docker
 
 ### Jobs ###
@@ -40,6 +41,13 @@ build:transpile:
     paths:
       - build/
 
+tests:
+  stage: tests
+  before_script:
+    - export NODE_ENV=staging
+  script:
+    - npm run test
+
 docker:build:
   dependencies: 
     - build:transpile