diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 01bd1ec43379d2cbc0210f29e1bf824bdee71e89..fa5766599a918879d6878e76b0a088d3801cb863 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -121,13 +121,13 @@ clean install:
     - *chart_changes
   script:
     - *deploy_bigbang
-    - *test_bigbang
     # Fetch list of all images ran (retry crictl up to 6x)
     - echo -e "\e[0Ksection_start:`date +%s`:images_used[collapsed=true]\r\e[0K\e[33;1mImages Used\e[37m"
     - cid=$(docker ps -aqf "name=k3d-${CI_JOB_ID}-server-0")
     - images=$(timeout 65 bash -c "until docker exec $cid crictl images -o json; do sleep 10; done;")
     - echo $images | jq -r '.images[].repoTags[0] | select(. != null)' | tee images.txt
     - echo -e "\e[0Ksection_end:`date +%s`:images_used\r\e[0K"
+    - *test_bigbang
   artifacts:
     paths:
       - images.txt