diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7852e69f0a0e056d2891530cd54665b6f96c8fd..7b0c8ce0e5906ddceda0efdce691ef7755d1a66b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,25 +9,6 @@ trigger:
   script:
     - "curl -X POST -F token=$GITLAB_TOKEN -F ref=master https://git.ok1kvk.cz/api/v3/projects/72/trigger/builds"
 
-basictest:
-  stage: test
-  script:
-    - node --version
-    - npm --version
-    - npm install
-    - node index.js --contentdir sitegin/tests/content --staticdir sitegin/tests/static --builddir build --noserver
-
-unittest:
-  stage: test
-  script:
-    - node --version
-    - npm --version
-    - npm install
-    - npm test
-  artifacts:
-    paths:
-      - coverage
-
 cache:
   paths:
     - node_modules