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