diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93b52a5d229252a93109fa72e29d90f71aef9712..8587fdea490140a890241c801a1fe886fcd95f44 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,9 +26,9 @@ test: - npm run test # ToDo: Add coverage -deployToAWS: - only: - - master - stage: deploy - script: - - bash deploy/deploy.sh \ No newline at end of file +# deployToAWS: +# only: +# - master +# stage: deploy +# script: +# - bash deploy/deploy.sh \ No newline at end of file