typo in gitlab-ci requirements job

This commit is contained in:
HgO 2022-08-08 17:30:38 +02:00
parent a174211c12
commit 3595ff9917

View file

@ -12,7 +12,6 @@ stages:
- install
- quality
- test
- build
.pip cache template:
cache:
@ -27,7 +26,7 @@ requirements:
image: python:3.10-alpine
stage: install
script:
- pip install -r requirements.yml
- pip install -r requirements.txt
cache:
policy: pull-push
interruptible: true