From 9bf1d5d89f215b2f6d8dfc733693fb8e72576506 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Lanzend=C3=B6rfer?= <leviathan@libresilicon.com>
Date: Wed, 3 Jul 2024 09:49:45 +0100
Subject: [PATCH] Disable tests for now

---
 .gitlab-ci.yml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c27975d..25c8a37 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,16 +27,16 @@ variables:
 #    paths:
 #    - result
 
-train_test:
-  stage: build
-  script:
-  - mkdir -p result
-  - make CICD_VERILATOR_CFLAGS="--threads 8 --threads-dpi all"
-  - ./testbench_ecp5_minifpga.bin &
-  - sleep 1s && python3 src/py/tty3.py
-  artifacts:
-    paths:
-    - result
+#train_test:
+#  stage: build
+#  script:
+#  - mkdir -p result
+#  - make CICD_VERILATOR_CFLAGS="--threads 8 --threads-dpi all"
+#  - ./testbench_ecp5_minifpga.bin &
+#  - sleep 1s && python3 src/py/tty3.py
+#  artifacts:
+#    paths:
+#    - result
 
 #json:
 #  stage: build
-- 
GitLab