From ce7eaf3d01e27d6a4bfc3245d9355621d3d9426d Mon Sep 17 00:00:00 2001
From: Matthew Pickering <matthewtpickering@gmail.com>
Date: Thu, 7 Apr 2022 11:02:47 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f18b6eb..53a75a8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,23 +1,15 @@
-variables:
-  # Commit of ghc/ci-images repository from which to pull Docker images
-  DOCKER_REV: 885dfba7f74583d6a394dbf711cc805178cfcc47
-
 stages:
   - build
   - full-build
 
 hadrian-ghc-in-ghci:
   stage: build
-  image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10:$DOCKER_REV"
-
   tags: ["lint"]
   script:
     - "false"
 
 build:
   stage: full-build
-  image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10:$DOCKER_REV"
-
   tags: ["lint"]
   "needs": [
       {
@@ -28,7 +20,7 @@ build:
   "rules": [
       {
         "if": "(\"true\" == \"true\") && (\"true\" == \"true\") && (\"true\" == \"true\")",
-        "when": "always"
+        "when": "on_success"
       }
   ]
   script:
-- 
GitLab