Commit abd3d0a9 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

working on same-stage dependencies

parent 286b6fb3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
prebuild_lab_0:
  stage: lab0
  script:
    - git ls-tree -r origin/master --name-only
    - |
      # Check if lab0.cpp exists
      if [ ! -f "lab0.cpp" ]; then