Skip to content

Commit

Permalink
temporary fix for VIP download
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog committed Feb 26, 2024
1 parent aa902fa commit 1073a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ build_rtl:
- echo "Compiling RTL model and DPI libraries"
- make build
- echo "Fetching VIPs"
- ./target/sim/vip/get-vips.sh --yes --gitlab
- ./target/sim/vip/get-vips.sh --yes # --gitlab
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
paths:
Expand Down

0 comments on commit 1073a98

Please sign in to comment.