Update Configure GitLab CI authored by Taras Gaidukov's avatar Taras Gaidukov
...@@ -6,6 +6,7 @@ https://docs.gitlab.com/ee/ci/yaml/ ...@@ -6,6 +6,7 @@ https://docs.gitlab.com/ee/ci/yaml/
Now we need to create the `.gitlab-ci.yml` file in the root of the project: Now we need to create the `.gitlab-ci.yml` file in the root of the project:
.gitlab-ci.yml
``` ```
image: node-protractor:latest image: node-protractor:latest
... ...
......