Skip to content

Activate Gitlab CI

Marek Szuba requested to merge activate_gitlab_ci into master

Created by: mkszuba

Description

Rename .gitlab-ci.inactive.yml to .gitlab-ci.yml so that EBI Gitlab can begin running CI jobs for changes to its mirror of ensembl.

Use case

Core repositories are to be migrated from Travis to EBI Gitlab-CI.

Benefits

Will make it easier to test further work on Core Gitlab-CI set-up.

Possible Drawbacks

For the time being we will have CI jobs running on both systems.

Testing

Have you added/modified unit tests to test the changes?

No, this is a change on the level of the CI environment which runs unit tests rather than in the code checked by those tests.

If so, do the tests pass/fail?

N/A

Have you run the entire test suite and no regression was detected?

N/A

Merge request reports