Commit 8d9a72ae authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

working on same-stage dependencies

parent 6a465056
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,7 +3,8 @@ prebuild_lab_0:
  stage: lab0
  script:
    - # check that lab0.cpp exists
    - if [ ! -f "lab0.cpp" ]; then
    - |
      if [ ! -f "lab0.cpp" ]; then
        echo "lab0.cpp" does not exist
        exit 1;
      fi