ci(gitlab-cicd): use pipenv on dependency installs

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2023-09-25 09:32:50 +00:00
parent a6198f6690
commit 858cfae55c

View file

@ -10,7 +10,7 @@ default:
- amd64 # currently, we only the image in amd64 right now.
# Functions that should be executed before the build script is run
before_script:
- pip3 install -r requirements.txt
- pipenv install
- npm ci
- curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
# Global builds and stuff