chore(gitlab-ci): install make correctly

This commit is contained in:
Sarah Vaupel 2024-08-19 02:43:14 +02:00
parent d12899ffea
commit aebbfce109

View File

@ -27,7 +27,7 @@ default:
# user: ${ENV_USER}
before_script:
- apt-get -y update
- apt-get -y install gnumake
- apt-get -y install make
# - chown -R ${ENV_USER} . # Change project directory ownership to (non-root) user inside docker container
artifacts:
name: "${CI_JOB_NAME}-${CI_COMMIT_SHORT_SHA}"