From 2c95a8b0c1e1c65e3727dd634ceaa25ffdf5add1 Mon Sep 17 00:00:00 2001
From: Matthew Defenderfer <mdefende@uab.edu>
Date: Fri, 25 Oct 2024 14:26:08 -0500
Subject: [PATCH] fix apt setup

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2fbb1ef..72c5da7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ get-credentials:
   variables:
     SECURE_FILES_DOWNLOAD_PATH: '.secure'
   before_script:
-    - apt update -y && apt upgrade -y
+    - apt-get update && apt-get upgrade -y && apt-get install curl -y
   script:
     - echo "Copying secure file with FeBio login ..."
     - curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
-- 
GitLab