Commit d2fbee0e authored by mamunozgil's avatar mamunozgil
Browse files

Added excersise subdirectory

1 merge request!3Fix: dev recommendations
Pipeline #10593 passed with stage
in 17 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -187,7 +187,7 @@ public class ExecuteTestUtil {
File file = Paths.get(assignmentBasePath, assignmentId + ".txt").toFile();
FileInputStream configFileStream = new FileInputStream(file);
Matcher config = RegexUtil.extractConfig(configFileStream, pattern);
String testRepoURL = config.group(1);
String testRepoURL = config.group(1)+config.group(4);
List<ExerciseCompetencyProfile> exerciseCompetencyProfiles = CompetencyAssessmentUtil.readExerciseCompetencyProfiles(testPathHost, CompetencyAssessmentUtil.EXERCISE_COMPETENCY_MANIFEST_FILE_NAME);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment