From c1c5859425a7138ef44a764ba5fc43a8bb671995 Mon Sep 17 00:00:00 2001 From: stilobique Date: Fri, 10 Jun 2022 14:42:06 +0200 Subject: [PATCH] Install python the the CI setup --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2529ab8..126191a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,10 @@ job-build-docker-latest: services: - docker:19.03.12-dind script: + - apk add python3 + - apk add py3-pip + - pip --version + - python --version - python -m pip install --upgrade pip - python -m pip install -r requirement-build.txt - python main.py