diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8bcc4738d02d7f07a497131d74f9a0ff6f119048..63efc4a8bb13a3feb97fb8dd76951fbfe0dde9a5 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