Remove extracted resources during cleaning
In AST-805 one of the resources was updated. After cleaning the build directory and running the tests again they passed. They failed on the CI since the change affected other tests. To avoid this issue in the feature the clean target now removes the extracted resources. They will be automatically extracted when executing the test target.