Browse Source

Install requests in before_scripts

Paul Keith 3 năm trước cách đây
mục cha
commit
ac513b6cd9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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