chore(gitlab-ci): install gnumake in base image

This commit is contained in:
Sarah Vaupel 2024-08-19 02:39:05 +02:00
parent fad4627f42
commit 6ba2377d16

View File

@ -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}"