Fix CI/CD Script

This commit is contained in:
BeatLink 2019-06-12 16:32:26 -05:00
parent c41f13dd33
commit 70c51308c5

View file

@ -2,7 +2,7 @@ image: ubuntu:18.04
before_script:
- apt update
- apt install python python3 wget -y
- apt install python python3 wget sudo -y
stages:
- Build