From 2091ce2a02a8e65697e93adb4e0b2ace98fc55ac Mon Sep 17 00:00:00 2001
From: Bo-Chun Chen <louistw@uab.edu>
Date: Tue, 6 Feb 2024 16:16:44 -0600
Subject: [PATCH] Test image from other public repo

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6205714..c9e23e0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,7 @@ stages:          # List of stages for jobs, and their order of execution
   - deploy
 
 build-job:       # This job runs in the build stage, which runs first.
+  image: gitlab.rc.uab.edu:4567/rc/packer-openstack-hpc-image:latest
   stage: build
   tags:
     - build
-- 
GitLab