diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 679d82c..f7beaa4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,12 +15,12 @@ all_tests: paths: - public -pages: - stage: deploy - dependencies: - - all_tests - script: - - echo "Echo" - artifacts: - paths: - - public +#pages: +# stage: deploy +# dependencies: +# - all_tests +# script: +# - echo "Echo" +# artifacts: +# paths: +# - public