Skip to content

Commit

Permalink
[ot] .gitlab-ci.d: make pylint runs in build rather than test stage.
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Blot <[email protected]>
  • Loading branch information
rivos-eblot committed May 7, 2024
1 parent 717171e commit dac6a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.d/opentitan/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pylint-ot:
tags:
- qemu_ot
stage: test
stage: build
script:
# disable duplicate code as all front end are tested at once (false positive)
# disable fixme ("# TODO" comments)
Expand Down

0 comments on commit dac6a32

Please sign in to comment.