diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d6ab34ea323054406f5bc09826a552097748141..ce6f47d3e86529fa6eb49b20830c963899ed07ce 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ variables:
 before_script:
   - cd server
   - npm install
-  - cd ../client_
+  - cd ../client
   - npm install
 
 # Run JEST tests
@@ -21,7 +21,7 @@ run_tests:
   script:
     - cd ../server
     - npm test
-    - cd ../client_
+    - cd ../client
     - npm test
   artifacts:
     paths: