From 858cfae55ce23cc23a4368d55f16358dd5119a96 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Mon, 25 Sep 2023 09:32:50 +0000 Subject: [PATCH] ci(gitlab-cicd): use pipenv on dependency installs Signed-off-by: Andrei Jiroh Halili --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26fd6ac..6005035 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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