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

trying to fix the yml file

parent 7a02e186
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ test_lab_0:
  script:
    - echo "Testing Lab 0";
    - find . -type f
    - cp lab0.o base/tests
    - cp lab0.o base_0/tests
    - cd base_0/tests
    - g++ -c LabZero.cpp
    - g++ lab0.o LabZero.o