From 686626e2941cb713d85906f0c5664d918dc3f89a Mon Sep 17 00:00:00 2001
From: Yifan Zhao <yifanz16@illinois.edu>
Date: Sun, 4 Apr 2021 03:46:19 -0500
Subject: [PATCH] Throw all the tests at the pipeline

---
 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8bcc4738d0..63efc4a8bb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,8 +26,9 @@ build-and-test:
     - cd build
     - make -j32 check-hpvm-pass
     - make -j32 check-hpvm-dnn
-    - make -j32 check-hpvm-profiler
-    - make -j32 check-hpvm-torch2hpvm
+    - make -j32 check-hpvm-torch-acc
+    - make -j32 check-hpvm-torch-profiling
+    - make -j32 check-hpvm-torch-tuning
   only:
     - hpvm-release-exp
     - merge_requests
-- 
GitLab