diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9889bae..9b2675e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,6 @@ lint: stage: test script: deno lint -# test: -# stage: test -# script: deno task test \ No newline at end of file +test: + stage: test + script: deno task test \ No newline at end of file