diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0aeff2f5911340cac36bbe4bcac01678b853f23c..f6e83fc1f8e91e319478908968c84be40fb27173 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1238,7 +1238,7 @@ doc-tarball:
     - mv docs/*.tar.xz docs/index.html .
 
 source-tarball:
-  stage: packaging
+  stage: full-build
   tags:
     - x86_64-linux
   image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10:$DOCKER_REV"
@@ -1255,7 +1255,7 @@ source-tarball:
     - python3 ./hadrian/bootstrap/bootstrap.py -w $GHC fetch -o hadrian-bootstrap-sources-$GHC_VERSION
 
 test-bootstrap:
-  stage: packaging
+  stage: full-build
   needs: [source-tarball]
   tags:
     - x86_64-linux