From 9e71524f4c4e8f2d8433ba6f913259c6292c512c Mon Sep 17 00:00:00 2001
From: joshemb <josh@elixxir.io>
Date: Thu, 16 Feb 2023 11:16:55 -0800
Subject: [PATCH] Remove gpu tag

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7545450..89ecd84 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -103,7 +103,7 @@ basice2e:
 channels:
   stage: tests
   tags:
-    - gpu
+    #- gpu
   image: $DOCKER_IMAGE
   script:
     - mkdir -p ~/.elixxir
-- 
GitLab