Update .gitlab-ci.yml

This commit is contained in:
2022-10-12 15:56:40 +00:00
parent cdc0f8294a
commit 22bbfb1d59

View File

@ -5,6 +5,9 @@ image: python:3.8
variables:
DOCKER_BUILDKIT: 0
services:
- docker:18.09-dind
#commands to run in the Docker container before starting each job.
before_script:
- pip install -r ./requirements.txt