Skip to content

Commit a2a838b

Browse files
committed
Adjust gatling CICD script following directory move
Signed-off-by: freddidierRTE <[email protected]>
1 parent c8a5de6 commit a2a838b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CICD/github/launch_load_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source ./bin/load_environment_light.sh;
1919
cd bin
2020
./startOpfab.sh prod
2121
cd ../test/gatling
22-
../../../gradlew clean gatlingRun
22+
../../gradlew clean gatlingRun
2323
status_code=$?
2424
cd ../../bin
2525
./stopOpfab.sh

0 commit comments

Comments
 (0)