When we start to use rules, we need to define the rules key in every job.
Previously in any MR only the package stage is executed:
package
Now the CI executes the lint and tests stage in every commit and the package only in the MR.
lint
tests