From c82958d9d62d26e1df8b775afe4bb774a4fc1b07 Mon Sep 17 00:00:00 2001 From: Bo-Chun Chen <louistw@uab.edu> Date: Wed, 27 Nov 2024 13:29:21 -0600 Subject: [PATCH] update pipeline image path --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69f592d..3710c9c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +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 + image: gitlab.rc.uab.edu:4567/rc/hpc-factory:latest stage: build tags: - build -- GitLab