Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Configure GitLab CI
authored
Jul 11, 2019
by
Taras Gaidukov
Show whitespace changes
Inline
Side-by-side
Configure-GitLab-CI.md
View page @
a24b2f8b
...
...
@@ -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:
.gitlab-ci.yml
```
image: node-protractor:latest
...
...