diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5237ea945..43528960f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,4 +30,4 @@ aarch64: armhf: stage: test script: - - make -C tests test-armhf CC_ARMv7=arm-linux-gnueabihf-gcc + - make -C tests test-armv7 CC_ARMv7=arm-linux-gnueabihf-gcc