From 7018351368b8a1d2dd24fa887869ae13cad27fbc Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Tue, 12 Oct 2021 12:18:39 +1100
Subject: [PATCH] missing pip module

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7eaf68b4..44357962 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -83,7 +83,7 @@ build_cluster_cicd:
     - apt update
     - apt -y upgrade
     - apt -y install openssh-client python3-pip
-    - pip3 install python-cinderclient python-keystoneclient python-novaclient python-openstackclient PyYAML ansible
+    - pip3 install joblib python-cinderclient python-keystoneclient python-novaclient python-openstackclient PyYAML ansible
     - echo "create stage"
     - source ./$NECTAR_ALLOCATION-openrc.sh
     - ssh-keygen -f tmp_key -N "" -t ed25519
@@ -122,7 +122,7 @@ ansible_create_cluster_stage:
     - apt update
     - apt -y upgrade
     - apt -y install openssh-client python3-pip
-    - pip3 install python-cinderclient python-keystoneclient python-novaclient python-openstackclient PyYAML ansible
+    - pip3 install joblib python-cinderclient python-keystoneclient python-novaclient python-openstackclient PyYAML ansible
     - cd CICD
     - pwd
     - python3 ./make_files.py ./inventory.yml ./infra/os_vars.yml ./vars/versions.yml
-- 
GitLab