From 79e3877a182c77e6044354d0faf6af021ec1bdfa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jakub=20Sko=C5=99epa?= <jakub@skorepa.info>
Date: Wed, 23 Nov 2016 21:14:08 +0100
Subject: [PATCH] Remove tests which do not make sense in this branch

---
 .gitlab-ci.yml | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7852e6..7b0c8ce 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
-- 
GitLab