diff --git a/.gitignore b/.gitignore
index 8fae12a..02a49f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
.idea
target
*.iml
-.DS_Store
\ No newline at end of file
+.DS_Store
+*.md~
diff --git a/README.md b/README.md
index 69e007d..617db94 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
# Practice of automation school 2016
See all info in repo [autoschool/autoschool.github.io](https://github.com/autoschool/autoschool.github.io)
+
+Link to my repo with Dockerfile: https://github.com/kormyshov/DockerWithUbuntu
diff --git a/api-tests-module/pom.xml b/api-tests-module/pom.xml
new file mode 100644
index 0000000..bdcdbdc
--- /dev/null
+++ b/api-tests-module/pom.xml
@@ -0,0 +1,58 @@
+
+
+ 4.0.0
+
+
+ school-2016
+ ru.qatools.school
+ 1.0-SNAPSHOT
+
+
+ api-tests-module
+ jar
+
+ API tests Module
+
+
+
+ com.tngtech.java
+ junit-dataprovider
+ 1.10.4
+ test
+
+
+ ru.qatools.school
+ school-2016
+ 1.0-SNAPSHOT
+ test
+
+
+ com.squareup.retrofit2
+ retrofit
+ 2.0.2
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+
+
+
+ true
+
+
+ ru.yandex.qatools.allure
+ allure-maven-plugin
+ 2.0
+
+
+
+
+
diff --git a/commons-module/pom.xml b/commons-module/pom.xml
index 97cb03e..f6437e0 100644
--- a/commons-module/pom.xml
+++ b/commons-module/pom.xml
@@ -32,6 +32,24 @@
1.10.4
test
+
+ ru.qatools.school
+ commons-module
+ 1.0-SNAPSHOT
+ test
+
+
+ ru.qatools.school
+ school-2016
+ 1.0-SNAPSHOT
+ test
+
+
+ ru.qatools.school
+ steps-module
+ 1.0-SNAPSHOT
+ test
+
diff --git a/commons-module/src/test/java/ru/qatools/school/MyFirstTest.java b/commons-module/src/test/java/ru/qatools/school/MyFirstTest.java
deleted file mode 100644
index 7b9da2e..0000000
--- a/commons-module/src/test/java/ru/qatools/school/MyFirstTest.java
+++ /dev/null
@@ -1,53 +0,0 @@
-package ru.qatools.school;
-
-import com.tngtech.java.junit.dataprovider.DataProvider;
-import com.tngtech.java.junit.dataprovider.DataProviderRunner;
-import com.tngtech.java.junit.dataprovider.UseDataProvider;
-import org.junit.Test;
-import org.junit.runner.RunWith;
-import ru.qatools.school.data.Place;
-
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.List;
-
-import static ru.qatools.school.steps.UserSteps.user;
-
-
-/**
- * @author gladnik (Nikolai Gladkov)
- */
-@RunWith(DataProviderRunner.class)
-public class MyFirstTest {
-
- @DataProvider
- public static List