~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website

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

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>

Changed files
+1 -1
+1 -1
.gitlab-ci.yml
···
- 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