diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 45be297170614963c944b637ff28257eff755372..5a8685932b976f2ea5bda82f3a6ec2d6108d288d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ before_script:
 run_tests:
   stage: test
   script:
-    #- cd ../server
+    - cd ../server
+    - npm test
+    - cd ../client
     - npm test
-    #- cd ../client
-    #- npm test