summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d6c3099889..d3029aef6f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1242,7 +1242,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"
@@ -1259,7 +1259,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