From 730928a5e91d992c5e13f2ea999a72a1de385a36 Mon Sep 17 00:00:00 2001
From: Richard Carback <rick@elixxir.io>
Date: Wed, 3 Jul 2019 13:42:24 -0400
Subject: [PATCH] enable basice2e. Once all these tests pass then we can
 consider server/gateway/client dispatch code integration tests passing

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 05f97cb..57d90b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,7 @@ before_script:
 
 stages:
   - installbinaries
-#  - basice2e # Basic end to end testing
+  - basice2e # Basic end to end testing
   - smokeinfra
   - smokeinfraBatch4
   - smokeinfraBatch1
-- 
GitLab