initial push with readme.md

3 jobs for master in 42 seconds (queued for 2 seconds)
Status Name Job ID Coverage
  Build
failed build #2231

00:00:42

 
  Test
skipped code_quality #2233
allowed to fail
skipped test #2232
 
Name Stage Failure
failed
build Build
Status: Downloaded newer image for alpine:latest
---> a24bb4013296
Step 2/5 : ARG file_service_root
---> Running in 89266d4aed4e
Removing intermediate container 89266d4aed4e
---> f76da0977b15
Step 3/5 : COPY ./sample_data/*.csv $file_service_root
When using COPY with more than one source file, the destination must be a directory and end with a /
ERROR: Job failed: exit code 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.