Преглед изворни кода

Install requests in before_scripts

Paul Keith пре 3 година
родитељ
комит
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