Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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: Loading