failed Pipeline #5336 triggered by
Wolfgang Knopki
@knopkiwg

Merge branch 'revert-11f7570c' into 'master'

Revert "Merge branch 'testing' into 'master'"

See merge request !61
1 job for master in 2 seconds (queued for 3 seconds)
Status
Job
Stage
Name
Duration
Coverage
test
production
00:00:02
Name
Stage
Failure
test
      Created fresh repository.
Checking out d5375818 as master...
Skipping Git submodules setup
Executing "step_script" stage of the job script
$ rsync -a ./mymodule/ /data/simplesamlphp/modules/mymodule/
rsync: mkdir "/data/simplesamlphp/modules/mymodule" failed: No such file or directory (2)
rsync error: error in file IO (code 11) at main.c(682) [Receiver=3.1.3]
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.