Skip to content

Commit

Permalink
ci: Fix gitlab-ci execution of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GiannaP committed Jul 20, 2023
1 parent e989aa9 commit 7c34140
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ snitch-cluster-vlt:
script:
- cd target/snitch_cluster
- $VERILATOR make bin/snitch_cluster.vlt
- $VERILATOR ./sw/test/run.py sw/tests/passing-apps.list --simulator verilator
- $VERILATOR ./sw/tests/run.py sw/tests/passing-apps.list --simulator verilator
- $VERILATOR ./sw/apps/run.py sw/apps/passing-apps.list --simulator verilator
# yamllint enable rule:line-length

Expand All @@ -98,7 +98,7 @@ snitch-cluster-vcs:
script:
- cd target/snitch_cluster
- $VCS make bin/snitch_cluster.vcs
- $VCS ./sw/test/run.py sw/tests/passing-apps.list --simulator vcs
- $VCS ./sw/tests/run.py sw/tests/passing-apps.list --simulator vcs
- $VCS ./sw/apps/run.py sw/apps/passing-apps.list --simulator vcs

# Questa
Expand All @@ -107,5 +107,5 @@ snitch-cluster-vsim:
script:
- cd target/snitch_cluster
- $QUESTA make bin/snitch_cluster.vsim
- $QUESTA ./sw/test/run.py sw/tests/passing-apps.list --simulator vsim
- $QUESTA ./sw/tests/run.py sw/tests/passing-apps.list --simulator vsim
- $QUESTA ./sw/apps/run.py sw/apps/passing-apps.list --simulator vsim

0 comments on commit 7c34140

Please sign in to comment.