Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
Forgot to change value….
  • Loading branch information
meisonlikesicecream authored Nov 2, 2023
1 parent f77a500 commit 5e43784
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 @@ -283,7 +283,7 @@ TB-vivado-hls-build:
TM-vivado-hls-build:
<<: *template_hls-build
needs: ["download", "TM-quality-check"]
allow_failure: true # FIXME: testbench currently always passes
allow_failure: false # FIXME: testbench currently always passes
variables:
EXECUTABLE: 'vivado_hls'
VIVADO_VERSION: "2019.2"
Expand Down

0 comments on commit 5e43784

Please sign in to comment.