diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88b1996..d0bed0d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,6 @@ stages: build: stage: build script: - - apt-get update && apt-get install -y python3 - make artifacts: paths: @@ -18,4 +17,5 @@ unit-testing: stage: test script: - make unit-tests + - apt-get update && apt-get install -y python3 - python3 etc/tools/test.py test examples \ No newline at end of file