diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6dc9de8..e03aedd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ variables: # Tells GitLab Runner to initialize and update submodules recursively GIT_SUBMODULE_STRATEGY: recursive # TODO: the Surfer server base url (ex: "https://www.example.com/") - SURFER_SERVER: "https://e2c.medlab.host/" + SURFER_SERVER: "https://e2c.how/" stages: - build # Added build stage