Commit 6f6a9c1e authored by Giannis Kepas's avatar Giannis Kepas
Browse files

fix pipeline image

parent ace86c26
Loading
Loading
Loading
Loading
+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: