Commit 7aafac16 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Update .gitlab-ci.yml

parent 48052d92
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -10,8 +10,6 @@ prebuild_m1:
    - |
      if [ ! -f 'lab-1.cpp' ]; then
        echo "ERROR - could not find file lab-1.cpp";
        echo -e 'lab-1.cpp';
        echo -f 'lab-1.cpp';
        exit 1;
      fi
  tags: [shell]