diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2032cda..724c2ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -127,9 +127,6 @@ tests_node: - 'cd ChaosBot/wwwroot' - 'yarn install' - 'yarn lint' - artifacts: - paths: - - ChaosBot/wwwroot/dist/ release_node: image: node:latest @@ -150,7 +147,7 @@ release_node: - 'yarn build' artifacts: paths: - - ChaosBot/wwwroot/dist/** + - ChaosBot/wwwroot/dist/* docker: image: docker:stable