CI fix global SRC_DIR, YEAR variables
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5619c5a..db01f6a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,8 @@
   VID: $VID
   DEBIAN_FRONTEND: noninteractive
   APT_CACHE_DIR: apt-cache
+  SRC_DIR: test/resources/DNB
+  YEARS: 18
 
 build-and-test-i5:
   stage: test
@@ -63,9 +65,6 @@
           - target/dnb18.marmot-malt.zip
           - target/dnb18.spacy.zip
           - target/dnb18.krill.tar
-  variables:
-    SRC_DIR: test/resources/DNB
-    YEARS: 18
 
   before_script:
     - source `find .. -name section_helper.sh`