diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 329d899..9dceea6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ stages: tools-job: stage: tools + script: - echo "Installing dependencies..." - apt update && apt install -y make iverilog gcc-8-riscv64-linux-gnu - echo "Done"