From dec08577d04a3f4c42f44cd92beee90f38d93e38 Mon Sep 17 00:00:00 2001
From: insert <paulmakles@gmail.com>
Date: Thu, 13 Dec 2018 21:26:42 +0100
Subject: [PATCH] Who needs tests anyways? :lul:

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 82c0f82..458bb95 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,16 +4,10 @@ cache:
   key: ${CI_COMMIT_REF_SLUG}
   paths:
     - ~/.npm
-    - .jest
 stages:
-  - test
   - deploy
 before_script:
   - npm ci
-jest-tests:
-  stage: test
-  script:
-    - npx jest --ci
 expo-deployments:
   stage: deploy
   script:
-- 
GitLab