Update .gitlab-ci.yml

This commit is contained in:
wakonig_k 2022-10-12 15:55:20 +00:00
parent ab61aa61ae
commit cdc0f8294a

View File

@ -2,6 +2,9 @@
# Official language image. Look for the different tagged releases at: # Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/python/tags/ # https://hub.docker.com/r/library/python/tags/
image: python:3.8 image: python:3.8
variables:
DOCKER_BUILDKIT: 0
#commands to run in the Docker container before starting each job. #commands to run in the Docker container before starting each job.
before_script: before_script:
- pip install -r ./requirements.txt - pip install -r ./requirements.txt