Commit 8ed1e583 authored by Giannis Kepas's avatar Giannis Kepas
Browse files

fix docker image

parent 66703189
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
default:
  image: alpine/git:latest
  image: alpine:latest
  before_script:
    - apk update
    - apk add bash
    - apk add --no-cache bash
    - apk add --no-cache 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

+3 −2
Original line number Diff line number Diff line
default:
  image: alpine/git:latest
  image: alpine:latest
  before_script:
    - apk update
    - apk add bash
    - apk add --no-cache bash
    - apk add --no-cache 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