chore(gitlab-ci): install gnumake in base image
This commit is contained in:
parent
fad4627f42
commit
6ba2377d16
@ -25,7 +25,8 @@ default:
|
||||
# docker:
|
||||
# platform: x86_64
|
||||
# user: ${ENV_USER}
|
||||
# before_script:
|
||||
before_script:
|
||||
- apt-get -y install gnumake
|
||||
# - chown -R ${ENV_USER} . # Change project directory ownership to (non-root) user inside docker container
|
||||
artifacts:
|
||||
name: "${CI_JOB_NAME}-${CI_COMMIT_SHORT_SHA}"
|
||||
|
||||
Reference in New Issue
Block a user