diff --git a/ci/ci-script.bash b/ci/ci-script.bash index 4bdf9910e..35b594422 100755 --- a/ci/ci-script.bash +++ b/ci/ci-script.bash @@ -98,6 +98,8 @@ elif [ "$CI_BUILD_STAGE_NAME" = "test" ]; then export VERILATOR_ROOT="$RELOC_DIR/relocated-install/share/verilator" TEST_REGRESS="$RELOC_DIR/test_regress" mv test_regress "$TEST_REGRESS" + NODIST="$RELOC_DIR/nodist" + mv nodist "$NODIST" # Feeling brave? find . -delete ls -la .