Running with gitlab-runner 17.9.0 (c4cbe9dd)
  on glrun0@glr.lsh.uni-kiel.de Ec8mZJ6oe, system ID: s_7c549c785c02
  feature flags: FF_ENABLE_JOB_CLEANUP:true
section_start:1740550788:prepare_executor
Preparing the "docker" executor
Using Docker executor with image node ...
Pulling docker image node ...
Using docker image sha256:077d42f383d9d4336d94e28a8098af7aa34a06f79f91ae953d7df292a9a1d259 for node with digest node@sha256:8af12633b69f4c1f37f357dfd76e1da0663f3c41fef3152de84e33fcbfaa3e6c ...
section_end:1740550806:prepare_executor
section_start:1740550806:prepare_script
Preparing environment
Running on runner-ec8mzj6oe-project-200-concurrent-0 via glr.lsh.uni-kiel.de...
section_end:1740550806:prepare_script
section_start:1740550806:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/opendata/dcat-catalog-check/.git/
Created fresh repository.
Checking out 0bf03353 as detached HEAD (ref is dev)...

Skipping Git submodules setup
section_end:1740550807:get_sources
section_start:1740550807:step_script
Executing "step_script" stage of the job script
Using docker image sha256:077d42f383d9d4336d94e28a8098af7aa34a06f79f91ae953d7df292a9a1d259 for node with digest node@sha256:8af12633b69f4c1f37f357dfd76e1da0663f3c41fef3152de84e33fcbfaa3e6c ...
$ mkdir -p $HOME/.docker/ && echo "{ \"proxies\": { \"default\": { \"httpProxy\": \"$HTTP_PROXY\", \"httpsProxy\": \"$HTTPS_PROXY\", \"noProxy\": \"$NO_PROXY\" } } }" > $HOME/.docker/config.json
$ npm install -g markdownlint

added 52 packages in 4s

38 packages are looking for funding
  run `npm fund` for details
$ npm install -g markdownlint-cli

added 105 packages in 3s

54 packages are looking for funding
  run `npm fund` for details
$ markdownlint '**/*.md' --ignore node_modules | tee lint.log
section_end:1740550814:step_script
section_start:1740550814:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
lint.log: found 1 matching artifact files and directories 
Uploading artifacts as "archive" to coordinator... 201 Created  id=4952 responseStatus=201 Created token=64_-WpVHw
section_end:1740550814:upload_artifacts_on_success
section_start:1740550814:cleanup_file_variables
Cleaning up project directory and file based variables
Removing lint.log
HEAD is now at 0bf0335 improved report generation
section_end:1740550815:cleanup_file_variables
Job succeeded