Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ compile: simple_tests: stage: test script: - echo "Running simple tests for $GITLAB_USER_LOGIN" - cd problem-1-testing-master-src/src; java edu/bu/ec504/hw1p1/Main dependencies: - compile Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ compile: simple_tests: stage: test script: - echo "Running simple tests for $GITLAB_USER_LOGIN" - cd problem-1-testing-master-src/src; java edu/bu/ec504/hw1p1/Main dependencies: - compile Loading