Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ compile: simple_test: stage: test script: - echo "Testing code for $GITLAB_USER_LOGIN" - cd problem-2-testing-master/src - java edu/bu/ec504/hw3/p2/Main Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ compile: simple_test: stage: test script: - echo "Testing code for $GITLAB_USER_LOGIN" - cd problem-2-testing-master/src - java edu/bu/ec504/hw3/p2/Main Loading