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