diff --git a/.drone.star b/.drone.star index 54724ed0d..3e13b66bc 100644 --- a/.drone.star +++ b/.drone.star @@ -626,8 +626,6 @@ def uiTestPipeline(ctx, filterTags, early_fail, runPart = 1, numberOfParts = 1, "cd /srv/app/web", "git checkout $WEB_COMMITID", "cp -r tests/acceptance/filesForUpload/* /uploads", - "yarn install --immutable", - "yarn build", "cd tests/acceptance/", "yarn install --immutable", "./run.sh",