Adding python3 to gitlab-ci image

This commit is contained in:
Mateusz Piątkowski 2022-05-22 09:42:19 +00:00
parent 0ce1b59757
commit 873941110a

View File

@ -7,6 +7,7 @@ stages:
build: build:
stage: build stage: build
script: script:
- apt install python3
- make - make
artifacts: artifacts:
paths: paths: