From 77ddb50e52204be7e347ef049c6814b517c2db64 Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Thu, 14 Oct 2021 16:42:19 +1100
Subject: [PATCH] forgot to specify the image for the tests phase

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4acbc0ee..b0672325 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -125,6 +125,7 @@ configure_cluster:
 
 tests:
   stage: tests
+  image: ubuntu
   tags:
   - ansible
   before_script:
-- 
GitLab