From 0fea83e14c1589e298f1cdd7e24039b4c6336fb2 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Thu, 27 Jan 2022 21:47:20 -0700 Subject: [PATCH] update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf21edb..e262bc1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,5 +8,5 @@ testbench: script: - echo "Installing dependencies..." - apt update && apt install -y make iverilog gcc-8-riscv64-linux-gnu - - echo "Running testbenches..." + - echo "Running tests..." - make -C tests