diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5ee375..c0329fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -355,7 +355,7 @@ pages: - mv "$CI_PROJECT_DIR/artifacts/prepare/Assemble.Website.Prepare/build" public needs: [ 'Assemble.Website.Prepare' ] environment: - name: staging + name: Gitlab Pages url: $CI_PAGES_URL artifacts: paths: diff --git a/gitlab-ci b/gitlab-ci index a5a9fa4..3fa71fe 160000 --- a/gitlab-ci +++ b/gitlab-ci @@ -1 +1 @@ -Subproject commit a5a9fa44374107657b2587ce52607d96a825be56 +Subproject commit 3fa71fe91ad1e874b76fab7323e02496ac757f5d diff --git a/pages/index.md b/pages/index.md index d0e5454..ea454f1 100644 --- a/pages/index.md +++ b/pages/index.md @@ -11,3 +11,4 @@ hide:
Using Technology to make life easier
+ diff --git a/test/unit/main_test.py b/test/unit/main_test.py index 2bc3304..808bba0 100644 --- a/test/unit/main_test.py +++ b/test/unit/main_test.py @@ -15,7 +15,7 @@ class Test: def setup_method(self): self.ignore_url_alive_check = { 'gitlab.com': [ - 'nofusscomputing/infrastructure/website//-/new/development' + 'nofusscomputing/infrastructure/website/-/new/development' ] }