diff --git a/.gitlab-ci/common/init-stage2.sh b/.gitlab-ci/common/init-stage2.sh index 5a7f74f83c0..dc1af200007 100755 --- a/.gitlab-ci/common/init-stage2.sh +++ b/.gitlab-ci/common/init-stage2.sh @@ -205,9 +205,6 @@ $HWCI_TEST_SCRIPT ${HWCI_TEST_ARGS:-} EXIT_CODE=$? set -e -# Let's make sure the results are always stored in current working directory -mv -f ${RESULTS_DIR} ./ 2>/dev/null || true - # Make sure that capture-devcoredump is done before we start trying to tar up # artifacts -- if it's writing while tar is reading, tar will throw an error and # kill the job.