failed Pipeline #6875 triggered by
Wolfgang Knopki
@knopkiwg

Merge branch 'knopkiwg-testing-patch-44810' into 'testing'

Update .gitlab-ci.yml, remove old files

See merge request !180
1 job for testing in 2 seconds (queued for 1 second)
Status
Job
Stage
Name
Duration
Coverage
deploy
pages-devel
00:00:02
Name
Stage
Failure
deploy
      Skipping Git submodules setup
Executing "step_script" stage of the job script
$ echo $EXPORT_PAGES_DIR
/var/www/html/
$ rm -r $EXPORT_PAGES_DIR/*
rm: cannot remove '/var/www/html//index.html': Permission denied
rm: cannot remove '/var/www/html//index.nginx-debian.html': Permission denied
Cleaning up project directory and file based variables
ERROR: Job failed: exit status 1

Speed up your pipelines with Needs relationships

Using the needs keyword makes jobs run before their stage is reached. Jobs run as soon as their needs relationships are met, which speeds up your pipelines.

If you add needs to jobs in your pipeline you'll be able to view the needs relationships between jobs in this tab as a Directed Acyclic Graph (DAG).

There are no test reports for this pipeline

You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request.