Loading exercise-1-tests.yml +4 −6 Original line number Diff line number Diff line image: docker:latest stages: - test # These are run before any of the jobs in the pipeline default: image: ubuntu:24.04 before_script: - 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 stages: - test test-task-1: stage: test script: Loading Loading
exercise-1-tests.yml +4 −6 Original line number Diff line number Diff line image: docker:latest stages: - test # These are run before any of the jobs in the pipeline default: image: ubuntu:24.04 before_script: - 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 stages: - test test-task-1: stage: test script: Loading