Skip to content

Commit f6b6375

Browse files
authored
Fix link to Gitlab CI example
Updated link to Gitlab example for clarity.
1 parent 08e3249 commit f6b6375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby_on_rails/configure_ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ At Renuo we **always** use a CI (Continuous Integration) system to test our appl
44
that all the tests pass before building and releasing a new version through our CD system. Our projects use
55
[SemaphoreCI](<https://semaphoreci.com/>).
66

7-
ℹ️ _Are you using **Gitlab**? Have a look at [this example](../gitlab_capybara_selenium.md) instead (and elaborate)._
7+
ℹ️ _Are you using **Gitlab**? Have a look at [this example](./gitlab_capybara_selenium.md) instead (and elaborate)._
88

99
Before configuring the CI, you should already have a Git Repository with the code, a `bin/check` command to execute,
1010
and the main branches already pushed and ready to be tested.

0 commit comments

Comments
 (0)