From ac513b6cd90a4d2d0bd6f9a7ccfd0f4d258b193f Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Wed, 13 Oct 2021 01:01:30 -0500 Subject: [PATCH] Install requests in before_scripts --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 24c2530..001fb03 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,8 @@ cache: before_script: - python -V # Print out python version for debugging + - pip install requests verify: script: - - pip install requests - python cicd/verify-permissions.py