diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87d469f3b3a8346f85b2048479869c600f92c7cf..152a522b8e21ee3cded60797a3dc447a290d4926 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,3 +12,10 @@ unittest:
     - python manage.py migrate
     - python manage.py test
 
+jstest:
+  stage: test
+  image: node:10
+  script:
+   - uhepp-js
+   - npm i
+   - npm run-script test
diff --git a/uhepp-js/.gitlab-ci.yml b/uhepp-js/.gitlab-ci.yml
deleted file mode 100644
index bd87ab8243ac927407cd61225a33df1f924fce71..0000000000000000000000000000000000000000
--- a/uhepp-js/.gitlab-ci.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-stages:
-  - build
-
-build:
-  stage: build
-  image: node:10
-  script:
-   - npm i
-   - npm run-script build
-
-  artifacts:
-    paths:
-      - public
-    expire_in: 1d
\ No newline at end of file