Skip to content

Commit

Permalink
do not source smoke-tests in ci (#1868)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinThomazic authored Feb 23, 2024
1 parent 514fb86 commit e2a5b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ smoke:
- "vcs-testharness,spike"
- "vcs-uvm,spike"
script:
- source verif/regress/smoke-tests.sh
- bash verif/regress/smoke-tests.sh
- !reference [.simu_after_script]

gen_smoke:
Expand All @@ -150,7 +150,7 @@ gen_smoke:
DASHBOARD_JOB_CATEGORY: "Basic"
DV_SIMULATORS: "vcs-uvm,spike"
script:
- source verif/regress/smoke-gen_tests.sh
- bash verif/regress/smoke-gen_tests.sh
- !reference [.simu_after_script]

coremark:
Expand Down

0 comments on commit e2a5b80

Please sign in to comment.