Loading exercise-1-tests.yml +2 −0 Original line number Diff line number Diff line default: image: ubuntu:24.04 before_script: - apt update - apt install -y git - for filename in ./*.sh; do chmod +x "${filename}"; done - git clone --recurse-submodules -j8 https://netsim.cs.uowm.gr/gitlab/operating-systems/os-tests.git Loading Loading
exercise-1-tests.yml +2 −0 Original line number Diff line number Diff line default: image: ubuntu:24.04 before_script: - apt update - apt install -y git - for filename in ./*.sh; do chmod +x "${filename}"; done - git clone --recurse-submodules -j8 https://netsim.cs.uowm.gr/gitlab/operating-systems/os-tests.git Loading