Loading ci_cd/problems.yml +2 −2 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ test_problem0c: test_problem1: stage: problem1 dependencies: - problem0c - test_problem0c script: # Check if source files exist - if [ ! -f "SimpleLinkStr.h" ]; then Loading @@ -99,7 +99,7 @@ test_problem1: test_problem2: stage: problem2 dependencies: - problem0c - test_problem0c script: # Check if source files exist - if [ ! -f "DoubleLink.h" ]; then Loading Loading
ci_cd/problems.yml +2 −2 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ test_problem0c: test_problem1: stage: problem1 dependencies: - problem0c - test_problem0c script: # Check if source files exist - if [ ! -f "SimpleLinkStr.h" ]; then Loading @@ -99,7 +99,7 @@ test_problem1: test_problem2: stage: problem2 dependencies: - problem0c - test_problem0c script: # Check if source files exist - if [ ! -f "DoubleLink.h" ]; then Loading