diff --git a/.gitlab-ci/container/x86_test-gl.sh b/.gitlab-ci/container/x86_test-gl.sh index aaed8ec1459..e1d80ad7067 100644 --- a/.gitlab-ci/container/x86_test-gl.sh +++ b/.gitlab-ci/container/x86_test-gl.sh @@ -69,9 +69,7 @@ apt-get install -y --no-remove \ ############### Uninstall the build software -ccache --show-stats - apt-get purge -y \ $STABLE_EPHEMERAL -apt-get autoremove -y --purge +. .gitlab-ci/container/container_post_build.sh diff --git a/.gitlab-ci/container/x86_test-vk.sh b/.gitlab-ci/container/x86_test-vk.sh index c3228071015..c1d31b2d5cd 100644 --- a/.gitlab-ci/container/x86_test-vk.sh +++ b/.gitlab-ci/container/x86_test-vk.sh @@ -129,9 +129,7 @@ wine \ ############### Uninstall the build software -ccache --show-stats - apt-get purge -y \ $STABLE_EPHEMERAL -apt-get autoremove -y --purge +. .gitlab-ci/container/container_post_build.sh