diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e61f3fa..17e4ee0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ build: stage: build script: - echo "Running tests with access token" - - curl --header "Private-Token: $GITLAB_TOKEN" "https://gitlab.example.com/api/v4/projects" + - curl --header "Private-Token: $GITLAB_TOKEN" "https://git.jackmchristensen.com/" - cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake - cmake --build build tags: