Commit 44e4f465 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

working on same-stage dependencies

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