From 4f3c3700d7213a629c9ed7e3539f771a5473d08a Mon Sep 17 00:00:00 2001
From: Yifan Zhao <yifanz16@illinois.edu>
Date: Sat, 3 Apr 2021 13:21:18 -0500
Subject: [PATCH] Passed pipeline tests

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e46993708e..8bcc4738d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,6 +27,7 @@ build-and-test:
     - make -j32 check-hpvm-pass
     - make -j32 check-hpvm-dnn
     - make -j32 check-hpvm-profiler
+    - make -j32 check-hpvm-torch2hpvm
   only:
     - hpvm-release-exp
     - merge_requests
-- 
GitLab