Update .gitlab-ci.yml

This commit is contained in:
Octo Andri 2022-05-17 06:46:33 +00:00
parent 649479d9d5
commit 36a2472c32
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ image: alpine:latest
before_script:
- apk update
- apk add python3
- apk add python3 py3-pip
- pip3 install importlib-metadata
pages:
stage: deploy