diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd45b0ea41577b9f9546b8cfa062350752793201..34bc69b03dd92eb38f029e79b95967f87ce6e695 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,8 +22,8 @@ variables: # Commit of ghc/ci-images repository from which to pull Docker images DOCKER_REV: 6d19c3adc1f5c28c82aed8c5b1ac40931ac60f3f - # A default for testing - GHC_TARBALL: "https://gitlab.haskell.org/ghc/ghc/-/jobs/111365/artifacts/raw/ghc-x86_64-fedora27-linux.tar.xz" + # Default GHC bindist + GHC_TARBALL: "https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/master/raw/ghc-x86_64-fedora27-linux.tar.xz?job=validate-x86_64-linux-fedora27" # Project ID of ghc/ghc GHC_PROJECT_ID: "1"