Эх сурвалжийг харах

Install requests in before_scripts

Paul Keith 3 жил өмнө
parent
commit
ac513b6cd9
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.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