Update solution/include/image.h

2 jobs for master in 11 seconds (queued for 17 seconds)
Status Job ID Name Coverage
  Check
failed #93954
linter

00:00:11

 
  Test
skipped #93955
test
 
Name Stage Failure
failed
linter Check
Suppressed 66 warnings (66 in non-user code).
Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
2 warnings treated as errors
/builds/richi2002/assignment-image-rotation/solution/include/image.h:39:6: note: differing parameters are named here: ('image'), in definition: ('img')
void free_img (struct image const* image );
^ ~~~~~
img
Cleaning up project directory and file based variables
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).