Commit 4bb419bd authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Update .gitlab-ci.yml

parent a9e7bc81
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,8 +37,8 @@ test_m1:
  script:
    - echo "Testing Lab -1";
    - |
      if ! grep -q "^$GITLAB_USER_LOGIN$" lap-1.cpp; then
        echo "Could not find your WikiName on its own line in file lab-1.cpp";
      if ! grep -q "$GITLAB_USER_LOGIN" lap-1.cpp; then
        echo "Could not find your WikiName $GITLAB_USER_LOGIN in file lab-1.cpp";
        exit 1;
      fi
  dependencies: