diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0791a3b0b01a5acd07121f22c75746e634c8370..6f0cc6074205e014d4e1701a346f996357859f0b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,9 @@ services: pull-changes: stage: build script: - - git push server master + - cat data/test.txt + - git pull + - cat data/test.txt update-data: stage: build