Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ci-general
js-frontend-tutorial
Wiki
Configure GitLab CI
Configure GitLab CI
· Changes
Page history
Update Configure GitLab CI
authored
Jul 11, 2019
by
Taras Gaidukov
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Configure-GitLab-CI.md
Configure-GitLab-CI.md
+1
-0
No files found.
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
...
...