chore(gitlab-ci): apt-get update before_script

This commit is contained in:
Sarah Vaupel 2024-08-19 02:41:08 +02:00
parent 6ba2377d16
commit d12899ffea

View File

@ -26,6 +26,7 @@ default:
# platform: x86_64
# user: ${ENV_USER}
before_script:
- apt-get -y update
- apt-get -y install gnumake
# - chown -R ${ENV_USER} . # Change project directory ownership to (non-root) user inside docker container
artifacts: