Forráskód Böngészése

Install requests in before_scripts

Paul Keith 3 éve
szülő
commit
ac513b6cd9
1 módosított fájl, 1 hozzáadás és 1 törlés
  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