Adding python3 to gitlab-ci image
This commit is contained in:
parent
0ce1b59757
commit
873941110a
@ -7,6 +7,7 @@ stages:
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- apt install python3
|
||||
- make
|
||||
artifacts:
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user