-1
I’m writing a script for gitlab ci/cd
, to compile and run some tests. I need to download some packages like python
, pip
, cpython
etc... for this I am using the CentOS
, yum
, however the gitlab user does not have enough permission to perform this operation. What is the best practice to grant this permission?