diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9d2a9afe47c8f6a913d739fa72fbb784e019c1f..bd4cb3166fa825b9e53d9fa1a6bdf5d7b3d9ffdd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ warningtest: script: - echo "checking for warnings in the html validation" - ls - - sh .warning-test.sh + - sh warning-test.sh errortest: stage: test @@ -39,14 +39,13 @@ errortest: script: - echo "checking for errors in the html validation" - ls - - sh .error-test.sh + - sh error-test.sh deploy1: stage: deploy tags: - deployer script: -# - sh deploy.sh - ls -l /var/www/html - cp -f *.html /var/www/html/ - ls -l /var/www/html