diff --git a/integration-tests/templates/openBIS-client/commands.txt b/integration-tests/templates/openBIS-client/commands.txt
index b17ff863049ab4c33d7852e9d2699a4b243a5d1b..f535b0a2a0f26615e853ea16ab10d73c3f879972 100644
--- a/integration-tests/templates/openBIS-client/commands.txt
+++ b/integration-tests/templates/openBIS-client/commands.txt
@@ -3,7 +3,7 @@ register-project NEMO
 register-master-plate testdata/MP001-1.txt code1
 register-master-plate testdata/MP002-1.txt code2
 register-dilution-plates testdata/exampleDilutionPlates.txt
-register-cell-plates testdata/exampleCellPlates.txt
 register-control-layout testdata/register-experiments/CL-3V.txt
+register-cell-plates testdata/exampleCellPlates.txt CL-3V
 register-experiments testdata/register-experiments/example3VExperiments.txt
 logout
diff --git a/integration-tests/templates/openBIS-client/testdata/register-experiments/example3VExperiments.txt b/integration-tests/templates/openBIS-client/testdata/register-experiments/example3VExperiments.txt
index 1cfe0256da19244f5a183ff0e7d943591056abc8..a05f2585a22f457ae89474f9ff73e14a09a2d714 100644
--- a/integration-tests/templates/openBIS-client/testdata/register-experiments/example3VExperiments.txt
+++ b/integration-tests/templates/openBIS-client/testdata/register-experiments/example3VExperiments.txt
@@ -1,2 +1,2 @@
-code	description	studyObjectCode	studyObjectTypeCode	experimentTypeCode	controlLayoutCode	projectCode	cellPlates	processingInstructions
-EXP1	A simple experiment	SV40	VIRUS	SIRNAHCS	CL-3V	NEMO	> cellPlates.txt	> processing-instructions.txt
\ No newline at end of file
+code	description	studyObjectCode	studyObjectTypeCode	experimentTypeCode	projectCode	cellPlates	processingInstructions
+EXP1	A simple experiment	SV40	VIRUS	SIRNAHCS	NEMO	> cellPlates.txt	> processing-instructions.txt
\ No newline at end of file